vtalbot/pjax
Composer 安装命令:
composer require vtalbot/pjax
包简介
PJAX for Laravel 4
README 文档
README
Enable the use of PJAX in Laravel 4.
If using Laravel 5, please see jacobbennett/pjax
Installation
Add vtalbot/pjax to require section in your composer.json
composer require vtalbot/pjax
Add 'VTalbot\Pjax\PjaxServiceProvider', to providers in your app/config/app.php
How to use
This service provider will check, before output the http response, for the X-PJAX's
header in the request. If found, it will crawl the response to return the requested
element defined by X-PJAX-Container's header.
Works great with jquery.pjax.js.
Example project: https://github.com/vtalbot/laravel-pjax-example
Contribution
I'm open to any idea of features to add to it.
统计信息
- 总下载量: 11.56k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 40
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-07-27