Marooweb
Marooweb

Reputation: 466

appBundle in symfony 2.6

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.

enter image description here

Upvotes: 1

Views: 61

Answers (1)

bfranco
bfranco

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

Related Questions