Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 488 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 488 Bytes

Yii2 Config manager

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.