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
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.