Could not open input file: artisan error in codenvy while creating commands / running it

482 Views Asked by At

I did the third instruction which is Create Commands :

https://codenvy.com/docs/tutorials/laravel/index.html

and I just did all of it there

but i get

Could not open input file: artisan

1

There are 1 best solutions below

0
Pusparaj On

"Could not open input file: artisan" error occurs when php could not find executable/binary for artisan. The issue seems to be missing artisan executable in your project. Doing composer install inside your project root directory should solve this issue.