Skip to content

librecmscom/yii2-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yii2-system

Build Status

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.