适用于Yii2的群组模块
The preferred way to install this extension is through composer.
Either run
$ composer require yuncms/yii2-group
or add
"yuncms/yii2-group": "~2.0.0"
to the require
section of your composer.json
file.
Api模块
yuncms\group\api\Module
前台模块
yuncms\group\frontend\Module
后台模块
yuncms\group\backend\Module
###Url规则
'groups'=>'group/group/index',
'group/detail/<id:[\w+]+>' => 'group/group/view',
This is released under the MIT License. See the bundled LICENSE for details.