dmitriikoziuk / yii2-config-manager
This module allow storing configuration parameters to config files and management they dynamically from admin panel.
Installs: 104
Dependents: 7
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=7.1.0
- dmitriikoziuk/yii2-base: ~0.3.0
- dmitriikoziuk/yii2-module-manager: ~0.3.0
- yiisoft/yii2: ~2.0.0
README
This module allow storing configuration parameters to config files and management they dynamically from admin panel.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require dmitriikoziuk/yii2-config-manager
or add
"dmitriikoziuk/yii2-config-manager": "~0.2.0"
to the require section of your composer.json
file.