0

Im new with laravel and give me error showing: failed to open stream: no such file or directory autoload.php

im using:

  • windows 8
  • composer
  • laravel 5
  • wampserver
  • php 5.3

1 Answer 1

2

Looks like you're missing vendor/autoload.php and this is probably because when you tried to install laravel, composer threw an error about you trying to use PHP 5.3. Laravel 5 requires at least 5.4.

On a side note PHP 5.3 is end of life and unsupported.

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

2 Comments

exactly and whats my solution? how can i install laravel 4
Upgrade PHP versions to at least 5.4, ideally 5.6 as thats the current version. An alternative would be to use Homestead. Homestead is a Vagrant virtual machine designed specifically for Laravel so everything works perfectly out of the box. laravel.com/docs/5.0/homestead

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.