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'
],
...
]
this is released under the MIT License. See the bundled LICENSE.md for details.