https://github.com/derekisbusy/yii2-rbactree
RBAC tree extension for dektrium/yii2-user
https://github.com/derekisbusy/yii2-rbactree
Last synced: 2 months ago
JSON representation
RBAC tree extension for dektrium/yii2-user
- Host: GitHub
- URL: https://github.com/derekisbusy/yii2-rbactree
- Owner: derekisbusy
- Created: 2017-01-19T17:37:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-20T11:50:48.000Z (over 8 years ago)
- Last Synced: 2025-01-20T09:46:21.162Z (4 months ago)
- Language: PHP
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Yii2 RBAC
=========
Yii2 RBACInstallation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist derekisbusy/yii2-rbac "*"
```or add
```
"derekisbusy/yii2-rbac": "*"
```to the require section of your `composer.json` file.
Usage
-----Once the extension is installed, simply use it in your code by :
```php
= \derekisbusy\rbac\AutoloadExample::widget(); ?>```