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
Mouf comes with 2 sets of dependencies (and therefore 2 composer files).
One for the app
One for the admin
When adding a package to the composer.json file of the app, it would be great to be able to add at the same time a dependency dedicated to the admin.
For instance, right now, if we install a DB connection driver in the app, the DB connection driver might come with a controller for the admin side that requires evolugrid support.
The idea is:
In the composer.json file of a package loaded in the "app" context, we could put:
Mouf comes with 2 sets of dependencies (and therefore 2 composer files).
One for the app
One for the admin
When adding a package to the composer.json file of the app, it would be great to be able to add at the same time a dependency dedicated to the admin.
For instance, right now, if we install a DB connection driver in the app, the DB connection driver might come with a controller for the admin side that requires evolugrid support.
The idea is:
In the composer.json file of a package loaded in the "app" context, we could put:
The admin side should read those "require-admin" sections and could load them, thanks to "EmbeddedComposer".
The text was updated successfully, but these errors were encountered: