Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 411 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 411 Bytes

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