user3100088
user3100088

Reputation: 445

Symfony2 php composer.phar install

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

Answers (1)

Tomasz Madeyski
Tomasz Madeyski

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

Related Questions