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

https://github.com/derekisbusy/yii2-routes

Route controls for dektrium/yii2-rbac
https://github.com/derekisbusy/yii2-routes

Last synced: 2 months ago
JSON representation

Route controls for dektrium/yii2-rbac

Awesome Lists containing this project

README

        

Yii2 Routes
================
Routes for dektrium/yii2-routes

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-routes "*"
```

or add

```
"derekisbusy/yii2-routes": "*"
```

to the require section of your `composer.json` file.