Quantcast
Channel: Could not open input file: artisan - Stack Overflow
Browsing all 26 articles
Browse latest View live

Answer by code-8 for Could not open input file: artisan

If you project is at /home/forge/laravel-project/You can properly execute your artisan like this php /home/forge/laravel-project/artisan ...

View Article


Answer by Yevgeniy Afanasyev for Could not open input file: artisan

You cannot use php artisan if you are not inside a laravel project folder. That is why it says 'Could not open input file - artisan'.

View Article


Answer by DavidM for Could not open input file: artisan

I checked out an existing Laravel project, which did not have this script. Even a find / -name 'artisan' produced no results. The solution turned out to be simple, if a bit weird:curl -L...

View Article

Answer by Kevin Carmody for Could not open input file: artisan

I just needed to make artisan executable.chmod +x artisan...and it works without the php prefix then.

View Article

Answer by Marcin Nabiałek for Could not open input file: artisan

You need to first create Laravel project and if you already have one you need to go to this project dir using cd command in terminal for example cd myproject. Now you will be able to run any artisan...

View Article


Could not open input file: artisan

When trying to create a new laravel project, The following error appears on the CLI:Could not open input file: artisanScript php artisan clear-compiled handling the post-install-cmd event returned with...

View Article
Browsing all 26 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>