cjario/yii2-module-settings

Settings module for Yii2

v1.1 2019-05-03 19:06 UTC

This package is not auto-updated.

Last update: 2024-04-22 05:48:03 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(); ?>```