I am trying to redeploy a Symfony 2.1x project I have been working on and app_dev.php is failing because it can\'t find app/bootstrap.php.cache. Th
app_dev.php
app/bootstrap.php.cache
Just go to your project and generate it with composer like
php /path/to/composer/composer.phar install