Warning: failed to open stream: No such file or directory in C:\wamp\www\laravel\bootstrap\autoload.php on line 17
问题 Environement Windows 7 WAMP server PHP 5.3.13 Apache 2.2.12 MySQL 5.5.24 Laravel 4.1 I installed laravel, trying to run the URL http://localhost/laravel/public autoload.php define('LARAVEL_START', microtime(true)); require __DIR__.'/../vendor/autoload.php'; if (file_exists($compiled = __DIR__.'/compiled.php')){ require $compiled; } Illuminate\Support\ClassLoader::register(); if (is_dir($workbench = __DIR__.'/../workbench')){ Illuminate\Workbench\Starter::start($workbench); } I am facing the