Yii2 config store module

Store config

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist padavvan/yii2-config-module "*"

or add

"padavvan/yii2-config-module": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \padavvan\modules\config\AutoloadExample::widget(); ?>```