cjario/yii2-module-settings

Settings module for Yii2

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Type:yii2-extension

pkg:composer/cjario/yii2-module-settings

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

This package is not auto-updated.

Last update: 2025-10-06 12:31:40 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(); ?>```