Reputation: 445
When I was setting up Symfony 2 in that step
php composer.phar install
It gives me that error
Script Incenteev\ParameterHandler\ScriptHandler::buildParameters handling the post-install-cmd event terminated with an exception
[InvalidArgumentException]
The dist file "app/config/parameters.yml.dist" does not exist. Check your dist-file config or create it.
Upvotes: 0
Views: 2356
Reputation: 10890
Did you check your parameters.yml.dist
file? Does it exists? It should be placed in app/config/parameters.yml.dist
Upvotes: 2