I have the same issue. I am also in the laravel project directory. what works for me is just change the permission of the artisan file.
For linux
chmod 777 artisan
For windows
- use the file property
I have the same issue. I am also in the laravel project directory. what works for me is just change the permission of the artisan file.
For linux
chmod 777 artisan
For windows