Monday, February 8, 2016

Solution To: Laravel "vendor" folder does not exist



.
Solution To: Laravel "vendor" folder does not exist
Error:
bootstrap/../vendor/autoload.php. Failed to open stream: No such file or directory. The "vendor" folder does not exist.
Solution:
In Command Window, go to your project root folder and type composer install.
(The following screenshot is based on the previous tutorial, http://php-steps.blogspot.my/2016/02/how-to-create-laravel-5-new-project.html )
The process may take some time. Wait until it is done.
Once Composer completed its process, you should be able to see your Laravel 5 website.

.

No comments:

Post a Comment

Labels