bariew / yii2-rbac-cms-module

Rbac db module for cms.
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

Yii2 rbac module.

Description

Manages access to site controller actions. Stores all permissions in database.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist bariew/yii2-rbac-cms-module "*"

or add

"bariew/yii2-rbac-cms-module": "*"

to the require section of your composer.json file.

Usage