-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
artisan command throwing an error #792
Comments
Same |
The same for me. Warning: require(C:\laravel\Test-Laravel-Routes-main/vendor/autoload.php): Failed to open stream: No such file or directory in C:\laravel\Test-Laravel-Routes-main\artisan on line 18 Fatal error: Uncaught Error: Failed opening required 'C:\laravel\Test-Laravel-Routes-main/vendor/autoload.php' (include_path='C:\xampp\php\PEAR') in C:\laravel\Test-Laravel-Routes-main\artisan:18 |
|
Solved!!! After downloading and extracting, several steps must be done. and now it works!!! |
It's basic stuff. And you should use |
I cloned the repo using "git clone", ran "composer install", yet when running "vendor/bin/phpunit" or "php artisan test" i got the same error for all 8 tests: |
have been trying to run the test locally but it keeps throwing error
The text was updated successfully, but these errors were encountered: