This module allow storing configuration parameters to config files and management they dynamically from admin panel.
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.