Download the PHP package jiaojie/laravel5-jsonp-response without Composer
On this page you can find all versions of the php package jiaojie/laravel5-jsonp-response. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jiaojie/laravel5-jsonp-response
More information about jiaojie/laravel5-jsonp-response
Files in jiaojie/laravel5-jsonp-response
Download jiaojie/laravel5-jsonp-response
More information about jiaojie/laravel5-jsonp-response
Files in jiaojie/laravel5-jsonp-response
Vendor jiaojie
Package laravel5-jsonp-response
Short Description Jsonp Response for Laravel Framework 5.x
License MIT
Package laravel5-jsonp-response
Short Description Jsonp Response for Laravel Framework 5.x
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel5-jsonp-response
Jsonp Response Format for Laravel Framework 5.x
Requirements
- PHP >= 5.4
- Laravel >= 5.0
Usage
-
Install Simply run
composer install "jiaojie/laravel5-jsonp-response"
. -
Add the following middleare to your
app\Http\Kernel.php
- When the request uri includes param
__jsonp=true&callback=sthCallback
, the api automaticly changes into jsonp format.
Notice
- If param
callback
is set to a number, then the javascript callback function is forced to be namedcallback
.
All versions of laravel5-jsonp-response with dependencies
PHP Build Version
Package Version
The package jiaojie/laravel5-jsonp-response contains the following files
Loading the files please wait ....