php - Importing Symfony project error -


i new symfony framework. have download file project https://github.com/thujohn/jobeet , try open url: http://localhost/job/web/app_dev.php/ , gives message:

( ! ) warning: require_once(c:\wamp\www\job\web/../app/bootstrap.php.cache): failed open stream: no such file or directory in c:\wamp\www\job\web\app_dev.php on line 22 

call stack

time memory function location

1   0.0011  244064  {main}( )   ..\app_dev.php:0  ( ! ) fatal error: require_once(): failed opening required 'c:\wamp\www\job\web/../app/bootstrap.php.cache' (include_path='.;c:\php\pear') in c:\wamp\www\job\web\app_dev.php on line 22 

call stack

time memory function location

1   0.0011  244064  {main}( )   ..\app_dev.php:0 

please tell me should .

i'm not shure, think need

$ composer install $ php app/console cache:clear 

read this article, install symfony2.


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -