cjario / yii2-module-settings
Settings module for Yii2
v1.1
2019-05-03 19:06 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-11-18 08:18:27 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(); ?>```