NEED HELP INSTALLATIONS

Hello, I'm having an issue with the installation via SSH terminal. The first command worked fine:
composer require filament/filament:"^3.2" -W
composer require filament/filament:"^3.2" -W
The second command that's not working is:
php artisan filament:install --panels
php artisan filament:install --panels
It's giving me the error: "Could not open input file: artisan". What should I do?
4 Replies
Archy
Archy6mo ago
Are you in the application/laravel folder when executing the artisan command? You might have installed Composer globally allowing you to install packages outside your application folder.
MOONCAKE
MOONCAKE6mo ago
I'm not sure how I can check that or how to install it globally ? :((
Archy
Archy6mo ago
You simply 'cd' into the folder where your entire application is located. Your application might be located in /var/www/my-app You then simply cd into the my-app folder and run the installation process for filament.
Dennis Koch
Dennis Koch6mo ago
Not sure what's your background but you should have basic Laravel and PHP knowledge before you start with Filament
Want results from more Discord servers?
Add your server