Skip to content

librecmscom/yii2-group

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yii2-group

适用于Yii2的群组模块

Latest Stable Version Total Downloads Reference Status Build Status Dependency Status License

Installation

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',

License

This is released under the MIT License. See the bundled LICENSE for details.

Releases

No releases published

Packages

No packages published

Languages