yuncms / yii2-system
The system extension for the yuncms
Installs: 569
Dependents: 3
Suggesters: 0
Security: 0
Stars: 2
Watchers: 0
Forks: 2
Open Issues: 0
Type:yii2-extension
Requires
- pheme/yii2-toggle-column: *
- yii2tech/ar-position: ~1.0
- yiisoft/yii2: ~2.0.6
- yiisoft/yii2-queue: ~2.0.0
- yuncms/yii2-ueditor-widget: ~1.0
- yuncms/yuncms-composer: ~2.0.0
Requires (Dev)
- phpunit/phpunit: ~6.0
README
Installation
The preferred way to install this extension is through composer.
Either run
$ composer require yuncms/yii2-system
or add
"yuncms/yii2-system": "~2.0.0"
to the require
section of your composer.json
file.
集成一些常用的方法和类
Add this to your main configuration's components array
'components' => [ 'settings' => [ 'class' => 'yuncms\system\components\Settings' ], ... ]
License
this is released under the MIT License. See the bundled LICENSE.md for details.