asbsoft / yii2module-modmgr_1_161205
Simple modules manager
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-module
Requires
- php: >=5.4
- asbsoft/yii2-common_2_170212: ~2.11
- yiisoft/yii2: ~2.0.10
This package is not auto-updated.
Last update: 2025-03-02 04:32:28 UTC
README
This manager help to avoid manual adding new modules to system by editing parent module (application) configs.
But this version require manual installation of module, its dependencies and running migrations.
Interface allow to change modules configs and parameters without changing any files and activating/deactivating module(s) dynamically added in this interface.