An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

Yii2 RBAC
=========
Yii2 RBAC

Installation
------------

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(); ?>```