how to best structure application in symfony 2 how to best structure application in symfony 2 symfony symfony

how to best structure application in symfony 2


See the Bundle Structure and Best Practices cookbook entry for basic ideas on the structure of a bundle.

I recommend having just one app specific bundle. I call it AppBundle.

Also, you don't have to have everything in bundles. Check this question for details.