What did the trick for me was to do cd src
from my project directoy, and then use the php artisan
command, since my artisan
file was in the src
folder. Here is my project structure:
project|__ config|__ src |__ app |__ .. |__ artisan // hello there! |__ ...|__ ...