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
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
Copyright © 2021 Jogjafile Inc.
"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 installinside your project root directory should solve this issue.