Hello.
I want to make it so that in the admin part of the project the modules connected to the project are displayed. They could be turned on and off by clicking on the button.
Here we add the module to the project in the module folder. We update the page, this module appeared in our list of connected modules. Then we can turn it off or turn it back on.
How will it be better done and implemented?
Basic application template, adminLTE connected.
composer.jsoncontains only downloaded modules. Which are located in thevendorfolder. If you have your own local modules, they should be monitored separately and in some other way. - Al Mr