0

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
2
  • Try with command composer update, if not works then try with composer update --no-scripts Hope above method will fix the issue Commented Sep 28, 2020 at 15:21
  • What have you tried to debug the problem? What exactly do you mean b y"when I want to install a project"? Commented Sep 29, 2020 at 5:50

1 Answer 1

1

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.