Cannot run artisan command in Laravel Homestead
问题 After setting up Homestead for 1 specific project only, I want to run the Artisan CLI for database migrations. I tried to follow this tutorial and I keep getting this error: Could not open input file: artisan I set up the project by running these commands (Windows): composer require laravel/homestead --dev vendor\\bin\\homestead make vagrant up And then I made sure to be in the root project directory and then run php artisan list , which gives the error above. I also tried to ssh into the