Skip to content

fr0N73ND3r/yii2-config-module

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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(); ?>```

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%