What if i don't want to use modules_statuses.json file? #1387
-
We have a feature to dynamically create custom modules with CRUD features in our app and we don't want to write modules_statuses.json file every time a new module is created. Is there any way to:
Writing modules_statuses.json file is not a good idea for us because of mult-tenant architecture. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Sorry, this is not an answer but rather a question :P |
Beta Was this translation helpful? Give feedback.
-
create custom base on Nwidart\Modules\Contracts\FileActivator and config modules.activators
|
Beta Was this translation helpful? Give feedback.
create custom base on Nwidart\Modules\Contracts\FileActivator and config modules.activators