error when I run "php artisan serve" command #45114
Replies: 4 comments 3 replies
-
run |
Beta Was this translation helpful? Give feedback.
-
This error throw when you missed regenerate the
then execute this command to install required vendors
|
Beta Was this translation helpful? Give feedback.
-
I have same problem to all my downloaded projects of laravel from github. |
Beta Was this translation helpful? Give feedback.
-
ed dependencies. It is recommended that you run Problem 1 To enable extensions, verify that they are enabled in your .ini files: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
when I run this command "php artisan serve --host=10.0.0.62 --port=8000"
I recive this error like return:
"PHP Warning: require(/var/www/html/curso-laravel/vendor/autoload.php): Failed to open stream: No such file or directory in /var/www/html/curso-laravel/artisan on line 18
PHP Fatal error: Uncaught Error: Failed opening required '/var/www/html/curso-laravel/vendor/autoload.php' (include_path='.:/usr/share/php') in /var/www/html/curso-laravel/artisan:18
Stack trace:
#0 {main}
thrown in /var/www/html/curso-laravel/artisan on line 18"
Somebody, please, help me!
Beta Was this translation helpful? Give feedback.
All reactions