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
- Host: GitHub
- URL: https://github.com/derekisbusy/yii2-routes
- Owner: derekisbusy
- Created: 2017-01-20T20:55:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-28T17:24:33.000Z (almost 6 years ago)
- Last Synced: 2025-01-20T09:46:21.148Z (4 months ago)
- Language: PHP
- Size: 66.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Yii2 Routes
================
Routes for dektrium/yii2-routesInstallation
------------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.