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
I think that it would be a great idea to create a new modules.json file into storage_path() and store active:true/false (and remove this attribute from the current module.json of course) for each module inside, for example :
this enhancement will allow us to better protect our modules and not change their permissions, to use methods like $module->enable() & $module->disable()
The text was updated successfully, but these errors were encountered:
I think that it would be a great idea to create a new modules.json file into storage_path() and store active:true/false (and remove this attribute from the current module.json of course) for each module inside, for example :
in
config.php
insidepaths
content of
modules.json
this enhancement will allow us to better protect our modules and not change their permissions, to use methods like
$module->enable()
&$module->disable()
The text was updated successfully, but these errors were encountered: