cjario / yii2-module-settings
Settings module for Yii2
Package info
bitbucket.org/cjario/yii2-module-settings
Type:yii2-extension
pkg:composer/cjario/yii2-module-settings
v1.1
2019-05-03 19:06 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-09 14:23:22 UTC
README
Settings module for Yii2
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist cj/yii2-module-settings "*"
or add
"cj/yii2-module-settings": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \cj\AutoloadExample::widget(); ?>```