fourteenmeister/yii2-rbac

CRUD of access rights


Keywords
extension, yii2
License
BSD-3-Clause

Documentation

Advanced management of RBAC

CRUD of access rights

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist fourteenmeister/yii2-rbac "*"

or add

"fourteenmeister/yii2-rbac": "*"

to the require section of your composer.json file.

Usage