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 ファイルの削除、オートローダーを含むベンダーの再インストール/更新、キャッシュ:ウォームアップとキャッシュ:クリア、パーミッションの変更を試みました。そしてまだ何も...