cjario/yii2-module-settings

Yii2的设置模块

安装: 5

依赖: 0

建议者: 0

安全: 0

类型:yii2-extension

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

This package is not auto-updated.

Last update: 2024-09-23 07:44:33 UTC


README

Yii2的设置模块

安装

安装此扩展的首选方式是通过composer

运行以下命令之一:

php composer.phar require --prefer-dist cj/yii2-module-settings "*"

或者将以下内容添加到你的composer.json文件的require部分:

"cj/yii2-module-settings": "*"

使用方法

扩展安装后,只需在你的代码中使用即可

<?= \cj\AutoloadExample::widget(); ?>```