iproger / yii2-settings
Smart settings for yii2 application
Package info
github.com/iproger/yii2-settings
Type:yii2-extension
pkg:composer/iproger/yii2-settings
0.1.0
2016-06-22 00:07 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-09 17:16:45 UTC
README
Smart settings for yii2 application
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist iproger/yii2-settings "*"
or add
"iproger/yii2-settings": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \iproger\yii2\settings\AutoloadExample::widget(); ?>```