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()
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()