This content originally appeared on CodeSource.io and was authored by Deven
If you are facing this issue “could not open input file artisan” the most common solution is you need to first create a Laravel project and if you already have one you need to go to this project dir
using cd
command in terminal Like below:
cd my project
Now you will be able to run any artisan commands, for example running PHP artisan will display you a list of available commands.
You can try running following command to check if everything works fine.
php artisan serve
The post Fix could not open input file artisan appeared first on CodeSource.io.
This content originally appeared on CodeSource.io and was authored by Deven

Deven | Sciencx (2021-02-11T07:13:37+00:00) Fix could not open input file artisan. Retrieved from https://www.scien.cx/2021/02/11/fix-could-not-open-input-file-artisan/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.