Download the PHP package mikbox74/yii2-autorouter without Composer
On this page you can find all versions of the php package mikbox74/yii2-autorouter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mikbox74/yii2-autorouter
More information about mikbox74/yii2-autorouter
Files in mikbox74/yii2-autorouter
Download mikbox74/yii2-autorouter
More information about mikbox74/yii2-autorouter
Files in mikbox74/yii2-autorouter
Vendor mikbox74
Package yii2-autorouter
Short Description This component allows modules to create rules for UrlManager by method
License MIT
Package yii2-autorouter
Short Description This component allows modules to create rules for UrlManager by method
License MIT
Please rate this library. Is it a good library?
Informations about the package yii2-autorouter
yii2-autorouter
This component allows modules to create rules for UrlManager by method.
Installing:
composer require mikbox74/yii2-autorouter
Step 1: add the component in bootstrap list of your application (main.php, main-local.php) like here:
Step 2: make your module class to implement \mikbox74\Autorouter\AutorouterInterface then add a method getUrlRules() and make it returning a rule array as if you configure the module's rules in main.php or main-local.php, like in the example:
All versions of yii2-autorouter with dependencies
PHP Build Version
Package Version
No informations.
The package mikbox74/yii2-autorouter contains the following files
Loading the files please wait ....