16/05
2018
dev-master
9999999-devSettings
BSD-3-Clause
The Requires
by plathir
Settings
Yii2 extension for settings to any module, (*1)
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require --prefer-dist plathir/yii2-settings "*"
or add, (*4)
"plathir/yii2-settings": "*"
to the require section of your composer.json
file., (*5)
Once the extension is installed, simply use it in your code by :, (*6)
php
<?= \plathir\settings\AutoloadExample::widget(); ?>
, (*7)
Settings
BSD-3-Clause