dunglas / DunglasActionBundle

Symfony controllers, redesigned
https://dunglas.fr/2016/01/dunglasactionbundle-symfony-controllers-redesigned/
MIT License
256 stars 14 forks source link

Warn about missing configuration #42

Closed foaly-nr1 closed 8 years ago

foaly-nr1 commented 8 years ago

The bundle needs at least

dunglas_action: ~

to be present in the config.yml to function.

Would it be worth throwing InvalidConfigurationException if no configuration is present at all?

dunglas commented 8 years ago

It would be better if it could work with any configuration at all.

GuilhemN commented 8 years ago

I ran some tests and it looked to me that it was possible to use this bundle without any configuration. Was there an exception thrown?

dunglas commented 8 years ago

Thanks for testing this @Ener-Getick. Closing for now.