Download the PHP package weirongxu/laravel-query-route without Composer
On this page you can find all versions of the php package weirongxu/laravel-query-route. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-query-route
laravel-query-route
Change laravel5 routing into query
Its useful when you can not use .htaccess
Some url transform examples
http://localhost:8000/path
tohttp://localhost:8080/?_=/path
http://localhost/path/to/?a=1&b=2
tohttp://localhost/?a=1&b=2&_=/path/to/
Installation
Install with composer
Add the service provider to config/app.php
Use the Weirongxu\LaravelQueryRoute\Request
replace laravel request in public/index.php
Generate package config by the publish command
Configuration
the underscore path indicator "_" can be customized in config/query-route.php. Set query_name to "rpath" for example:
http://localhost/path/to/?a=1&b=2
tohttp://localhost/?a=1&b=2&rpath=/path/to/
All versions of laravel-query-route with dependencies
PHP Build Version
Package Version
Requires
illuminate/support Version
5.1.*|5.2.*|5.3.*|5.4.*
The package weirongxu/laravel-query-route contains the following files
Loading the files please wait ....