Yii2 extension for settings to any module
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist plathir/yii2-settings "*"
or add
"plathir/yii2-settings": "*"
to the require section of your composer.json
file.
Once the extension is installed, simply use it in your code by :
<?= \plathir\settings\AutoloadExample::widget(); ?>```
No stable releases.
Comments