yii2-extension yii2-getallroutes
Returns an array of all possible unique route controllers and actions for the application.
oorrwullie/yii2-getallroutes
Returns an array of all possible unique route controllers and actions for the application.
- Wednesday, March 1, 2017
- by oorrwullie
- Repository
- 1 Watchers
- 0 Stars
- 0 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
Yii2-getAllRoutes
Returns an array of all possible unique route controllers and actions for the application., (*1)
Installation
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require --prefer-dist oorrwullie/yii2-getallroutes "*"
or add, (*4)
"oorrwullie/yii2-getallroutes": "*"
to the require section of your composer.json
file., (*5)
Usage
Once the extension is installed, simply use it in your code by :, (*6)
use oorrwullie\components\getAllRoutes;
$list = new getAllRoutes();
print_r($list->routes);
dev-master
9999999-dev
Returns an array of all possible unique route controllers and actions for the application.
Sources
Download
MIT
The Requires
by
oorrwullie
extension
yii2
0.1
0.1.0.0
Returns an array of all possible unique route controllers and actions for the application.
Sources
Download
MIT
The Requires
by
oorrwullie
extension
yii2