jiaojie/laravel5-jsonp-response
Composer 安装命令:
composer require jiaojie/laravel5-jsonp-response
包简介
Jsonp Response for Laravel Framework 5.x
README 文档
README
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
protected $middleware = [ "Jiaojie\Laravel\Middlewares\Jsonp\JsonpResponse", ];
- When the request uri includes param
__jsonp=true&callback=sthCallback, the api automaticly changes into jsonp format.
/**/myCallback(["date","2016-09-13 19:15:07"]);
Notice
- If param
callbackis set to a number, then the javascript callback function is forced to be namedcallback.
统计信息
- 总下载量: 24
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-09-13