When trying to create a new laravel project, The following error appears on the CLI:
Could not open input file: artisan Script php artisan clear-c
Could not open input file: artisan
Script php artisan clear-c
If you project is at /home/forge/laravel-project/
/home/forge/laravel-project/
You can properly execute your artisan like this
php /home/forge/laravel-project/artisan ...