Skip to content

congcn/yii2-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Congcn RBAC Manager for Yii 2

Installation

Install With Composer

The preferred way to install this extension is through composer.

Either run

composer require --prefer-dist congcn/yii2-admin "~1.0"

Or, you may add

"congcn/yii2-admin": "~1.0"

to the require section of your composer.json file and execute php composer.phar update.

Install From the Archive