simonstamm / laravel-pjax by simonstamm
forked from vtalbot/pjax

PJAX for Laravel 4 with redirection-support
8,283
22
4
Package Data
Maintainer Username: simonstamm
Maintainer Contact: simon@stammtec.de (Simon Stamm)
Package Create Date: 2013-09-08
Package Last Update: 2013-12-31
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2024-04-15 15:06:31
Package Statistics
Total Downloads: 8,283
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 22
Total Watchers: 4
Total Forks: 6
Total Open Issues: 1

PJAX for Laravel 4

Enable the use of PJAX in Laravel 4 with redirections.

Installation

Add simonstamm/laravel-pjax to require section in your composer.json

composer require simonstamm/laravel-pjax

Add 'SimonStamm\LaravelPjax\LaravelPjaxServiceProvider', 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.

Contribution

I'm open to any idea of features to add to it.