2017 © Pedro Peláez
 

yii2-extension yii2-group

The group extension for the yuncms

image

yuncms/yii2-group

The group extension for the yuncms

  • Saturday, October 28, 2017
  • by xutl
  • Repository
  • 0 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

yii2-group

适用于Yii2的群组模块, (*1)

Latest Stable Version Total Downloads Reference Status Build Status Dependency Status License, (*2)

Installation

The preferred way to install this extension is through composer., (*3)

Either run, (*4)

$ composer require yuncms/yii2-group

or add, (*5)

"yuncms/yii2-group": "~2.0.0"

to the require section of your composer.json file., (*6)

使用

Api模块, (*7)

yuncms\group\api\Module, (*8)

前台模块, (*9)

yuncms\group\frontend\Module, (*10)

后台模块, (*11)

yuncms\group\backend\Module, (*12)

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., (*13)

The Versions

28/10 2017