Skip to content
This repository was archived by the owner on Feb 16, 2021. It is now read-only.

v2.0.1

Choose a tag to compare

@WouterSioen WouterSioen released this 14 Oct 10:30
· 562 commits to master since this release

Move the application config to app/config/config.yml

Most Symfony based projects put their config in app/config/config.yml.
Bundle configurations are used to add extra config options, specific to
this bundle, so not to the full application.

It's thus more logical to move our application configuration to
app/config/config.yml. This makes it less confusing for people used to
other Symfony distrubutions.