frameworks - Why "no such file or directory ... autoload.php" when accessing Laravel app? -


i newbie laravel, have been trying install laravel, wasted 3 hours unfortunately didn't work. when access through public directory, these errors:

warning: require(c:\wamp\www\laravel\bootstrap/../vendor/autoload.php): failed open stream: no such file or directory in c:\wamp\www\laravel\bootstrap\autoload.php on line 17 call stack

and following:

fatal error: require(): failed opening required 'c:\wamp\www\laravel\bootstrap/../vendor/autoload.php' (include_path='.;c:\php\pear') in c

did install laravel's dependencies? when unzip framework in work environment (i.g. htdocs) must install necesary dependencies command php composer.phar install (assuming have installed composer , git). when done, able see home page of framework.


Comments

Popular posts from this blog

Line ending issue with Mercurial or Visual Studio -

tags - Jquery Mixitup plugin help prevent handlers being destroyed -

python - Received unregistered task using Celery with Django -