Skip to content

casejoke/yii2-carrotrbac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yii2-carrot-rbac

CRUD of access rights

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist casejoke/yii2-carrotrbac "dev-master"

or add

"casejoke/yii2-carrotrbac": "dev-master"

to the require section of your composer.json file.

Usage