Download the PHP package dezsidog/laravel-change-way without Composer
On this page you can find all versions of the php package dezsidog/laravel-change-way. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dezsidog/laravel-change-way
More information about dezsidog/laravel-change-way
Files in dezsidog/laravel-change-way
Download dezsidog/laravel-change-way
More information about dezsidog/laravel-change-way
Files in dezsidog/laravel-change-way
Vendor dezsidog
Package laravel-change-way
Short Description change the dispatched controller by header
License WTFPL
Package laravel-change-way
Short Description change the dispatched controller by header
License WTFPL
Please rate this library. Is it a good library?
Informations about the package laravel-change-way
laravel-change-way
change the dispatched controller by header.
bad english
will be tested soon.
feature
Rewrite Laravel controller dispatcher, so as to change action according to the version
field in header.
install
modify the base class in app/Http/Kernel.php
from Illuminate\Foundation\Http\Kernel
to Dezsidog\Http\Kernel
usage
write route entity
create controller App\Http\Controllers\V1Controller
.
create controller App\Http\Controllers\V2Controller
.
this package will according to the version
field in header to determine use which test
method.
All versions of laravel-change-way with dependencies
PHP Build Version
Package Version
The package dezsidog/laravel-change-way contains the following files
Loading the files please wait ....