I am quiet new to the symfony framework and took some lessons and purchased the 'Starting in Symfony2' tutorial from knpuniverse. I want to be sure that I use the correct setup for my application. My question is, How do you call your first central bundle? eg. FrontendBundle? I want to make the next structure in my application:
- FrontendBundle
- The front where people get a landing site where they can also login
from there, when they login, they get into the next bundle:
- CustomerBundle
- Backend app where customers get their invoices and pay them and edit their information we stored in the database
And at least:
- AdminBundle
- Another backend app where I can edit customers, make invoices for customers and edit the app information
Is this the correct way and is FOSUserBundle a good bundle for this kind of application?