Question

My current bundle structure is like this:

  1. Acme/CoreBundle
  2. Acme/ImageBundle
  3. Acme/SecurityBundle
  4. Acme/UserBundle
  5. Acme/GroupBundle

The CoreBundle holds the edge functionalities like home, contact and imprint. Now I want to merge the ImageBundle (and later on other global services) into the CoreBundle. After merging the CoreBundle is too big and confusing so I want to put the edge functionalitites whereelse. The question is where?

Should I put them into an EdgeBundle? Where do you store the main, low logic, edge files?

Était-ce utile?
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top