I'm stuck on a very basic problem:
I'm trying to use Laravel, which I installed on my windows 7 with composer. When I try to access my website locally with Wamp, I get the error:
Warning: require(C:\wamp\www\sitedirectory\public\protected\bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in C:\wamp\www\sitedirectory\public\protected\bootstrap\autoload.php on line 17
Everywhere I can read that all I have to do is run composer install or update. The problem is that I did run both and nothing has to be updated. The files are where they are needed so I dont understand what could be the problem.
Does anyone have an idea of what could be my problem? Thank you in advance.