Wednesday, October 17, 2018
Solution To: Laravel 5 Failed opening required bootstrap/../vendor/autoload.php
PROBLEM:
Laravel 5 Failed opening required bootstrap/../vendor/autoload.php
SOLUTION:
...
When the new project created the laravel require to load vendors to autoload the libraries , We need to tell composer to update via command:
composer update
Composer is a dependency manager allows you to delegate responsibility for managing your dependencies to a third party.
In some cases, you need to tell composer to install first via ommand:
composer install
If this does not solve the problem, make sure the following php modules are installed php-mbstring php-dom
To install this extensions run the following in terminal
sudo apt-get install php-mbstring php-dom
once the installation is complete
try running the command in your project root folder
composer install
REFERENCE:
https://stackoverflow.com/questions/28468625/laravel-5-failed-opening-required-bootstrap-vendor-autoload-php
Subscribe to:
Post Comments (Atom)
Labels
apt-get
(2)
bash
(4)
Chrome
(1)
CMS
(1)
code-igniter
(1)
codenvy
(1)
composer
(6)
eclipse che
(1)
error
(4)
file-permission
(1)
firebase
(2)
Free PHP Hosting
(11)
FuelPHP
(3)
git
(4)
jwt
(1)
laravel
(10)
mysql
(1)
OpenShift
(1)
php
(11)
PHP Eclipse
(9)
PHP Joomla
(2)
PHP Laravel
(4)
PHP Yii
(9)
PHP-JBOSS
(2)
php-jwt
(2)
PHP-Wordpress
(8)
plain php
(1)
Postman
(1)
REST
(2)
sqlite
(1)
sudo
(1)
visual-studio
(4)
xampp
(4)
No comments:
Post a Comment