muhammedozdemr
muhammedozdemr

Reputation: 1

How to fix "autoload.php failed to open stream " error, while installing Laravel?

Warning:require(C:\xampp\htdocs\cms-3.0\bootstrap/../vendor/autoload.php):failed to open stream: No such file or directory in

I am working on xampp as + with the composer installed on Win8.1.

Below is the error I get when I want to install a project with Laravel.

Warning:require(C:\xampp\htdocs\cms-3.0\bootstrap/../vendor/autoload.php):failed to open stream: No such file or directory in

Upvotes: 0

Views: 8900

Answers (1)

Rohit Utekar
Rohit Utekar

Reputation: 848

Try executing composer install or composer update in your project root directory

Upvotes: 1

Related Questions