You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.
While this would look like an overkill (and probably should be disabled in production systems, or when i.e. merged config is cached and available), it would reduce problems with users having trouble because of scrambled module order or forgotten modules.
This shouldn't cause any "magic loading", but just ensure that OcraLoremModule and DoctrineModule are loaded before this one. If not, the ModuleManager should an exception.
That's self-documenting and aids the end user in getting started real quick.
I'd suggest a new interface that would allow modules to define dependency modules as follows:
While this would look like an overkill (and probably should be disabled in production systems, or when i.e. merged config is cached and available), it would reduce problems with users having trouble because of scrambled module order or forgotten modules.
This shouldn't cause any "magic loading", but just ensure that
OcraLoremModule
andDoctrineModule
are loaded before this one. If not, the ModuleManager should an exception.That's self-documenting and aids the end user in getting started real quick.
Ping @EvanDotPro
The text was updated successfully, but these errors were encountered: