Trying to set up Laravel 4 gives “failed to open stream: No such file or directory”

I had the same problem and found a way to fix it.

Just read this: http://laravel.com/docs/installation and follow the steps in the documentation.

Install composer first, add Laravel to the root of your project and install the composer.json with cmd. This should work.

Leave a Comment