dmitriikoziuk/yii2-config-manager

This module allow storing configuration parameters to config files and management they dynamically from admin panel.

0.3.2 2021-09-25 17:42 UTC

This package is auto-updated.

Last update: 2024-04-25 23:04:14 UTC


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.