fourteenmeister / yii2-rbac
CRUD of access rights
Installs: 140
Dependents: 1
Suggesters: 0
Security: 0
Stars: 4
Watchers: 4
Forks: 1
Open Issues: 1
Type:yii2-extension
Requires
This package is not auto-updated.
Last update: 2018-05-29 15:34:59 UTC
README
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.