https://github.com/librecmscom/yii2-system
适用于YUNCMS的公共模块。
https://github.com/librecmscom/yii2-system
yii2 yii2-extension yii2-modules
Last synced: 12 months ago
JSON representation
适用于YUNCMS的公共模块。
- Host: GitHub
- URL: https://github.com/librecmscom/yii2-system
- Owner: librecmscom
- License: mit
- Created: 2016-09-21T08:45:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-03T10:40:51.000Z (over 8 years ago)
- Last Synced: 2025-02-09T22:29:34.764Z (about 1 year ago)
- Topics: yii2, yii2-extension, yii2-modules
- Language: PHP
- Homepage: http://yuncms-staging.daoapp.io/
- Size: 168 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# yii2-system
[](https://travis-ci.org/yuncms/yii2-system)
## Installation
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```bash
$ 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
```php
'components' => [
'settings' => [
'class' => 'yuncms\system\components\Settings'
],
...
]
```
## License
this is released under the MIT License. See the bundled [LICENSE.md](LICENSE.md)
for details.