Reputation: 466
i would like to understand what is the role of AppBundle in symfony 2.6,it comes always when I create a new project.. Thank you for your help.
Upvotes: 1
Views: 61
Reputation: 166
It's meant to be used for your application specific logic. This is one of Symfony's best practices (http://symfony.com/doc/current/best_practices/creating-the-project.html).
These best practices are guidelines, not rules, so feel free to structure your code how you think/feel is best.
Upvotes: 3