NEED HELP INSTALLATIONS
Hello, I'm having an issue with the installation via SSH terminal. The first command worked fine:
The second command that's not working is:
It's giving me the error: "Could not open input file: artisan". What should I do?
4 Replies
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.
I'm not sure how I can check that or how to install it globally ? :((
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.
Not sure what's your background but you should have basic Laravel and PHP knowledge before you start with Filament