PHP code example of oorrwullie / yii2-getallroutes
1. Go to this page and download the library: Download oorrwullie/yii2-getallroutes library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
oorrwullie / yii2-getallroutes example snippets
use oorrwullie\components\getAllRoutes;
$list = new getAllRoutes();
print_r($list->routes);
php composer.phar