0

So I recently started to learn Symfony2 and came up on a term called Bundle.... I didn't understande to clearly the definition of that in the tutorail.. So if some can explaine me, give some definition it would be great.

Zeljko
  • 25
  • 9
  • 1
    Possible duplicate - http://stackoverflow.com/questions/5770753/what-should-a-bundle-in-symfony2-represent – repincln Dec 11 '14 at 17:47
  • Brief addition: Unless you are developing shippable bundles for use in other projects, you will generally have all of your code in a single bundle. Symfony's best practices offer more details on this: http://symfony.com/doc/current/best_practices/creating-the-project.html#application-bundles – Cristian Dec 11 '14 at 17:55
  • 1
    possible duplicate of [Should everything really be a bundle in Symfony 2.x?](http://stackoverflow.com/questions/9999433/should-everything-really-be-a-bundle-in-symfony-2-x) – Wouter J Dec 11 '14 at 19:10
  • @cristian, That's not necessarily true. Sometimes as project get bigger it's nicer to have individual block of work in separate bundle so that they can clearly be developed on their own. I (although I may be alone on this) find it easier to work with a "MessageBundle" that is self contained and then merge via a "CoreBundle" rather than a "WebsiteBundle" that has everything that I have ever done peppered throughout. – qooplmao Dec 12 '14 at 08:46
  • Possible duplicate: [Symfony2 conceptual issue: general bundles vs. specific ones](http://stackoverflow.com/questions/8012191/symfony2-conceptual-issue-general-bundles-vs-specific-ones) – A.L Dec 12 '14 at 13:08
  • Duplicate: http://stackoverflow.com/questions/5770753/what-should-a-bundle-in-symfony2-represent/ – Nikola Petkanski Dec 30 '15 at 18:39

0 Answers0