我以这种方式安装 Symfony 2.3.0-DEV:
composer self-update
git clone https://github.com/symfony/symfony-standard test1
copy .\test1\app\config\parameters.yml .\test1\app\config\parameters.yml.dist
composer install
但是,每次我不得不重命名(即“test2”)项目文件夹。我的安装中断并显示错误:
Warning: require_once(C:\xampp\htdocs\symfony-projects\test1\web/../app/bootstrap.php.cache): failed to open stream: No such file or directory in C:\xampp\htdocs\symfony-projects\test1\web\app_dev.php on line 19
Fatal error: require_once(): Failed opening required 'C:\xampp\htdocs\symfony-projects\test1\web/../app/bootstrap.php.cache' (include_path='.;\xampp\php\PEAR') in C:\xampp\htdocs\symfony-projects\test1\web\app_dev.php on line 19
我试过,删除缓存文件夹,删除 bootstrap.cache.php 文件,并重新安装/更新供应商,包括自动加载器,还有缓存:预热和缓存:清除,更改权限。而且还是什么都没有……