demo
demo copied to clipboard
Change the config structure
Q | A |
---|---|
Is bugfix? | ❌ |
New feature? | ❌ |
Breaks BC? | ❌ |
I see that this structure is confusing, as folders are repeated within the configurations.
App folder for bootstrap settings and app events. Definition folder for setting up di, adding delegates and providers.
Folders in the console and web for settings for their groups. array_merge(common/application, console/application or web/application) array_merge(common/defition, console/definition or web/definition)
The old structure was also confusing, this is my attempt to fix it