2017 © Pedro Peláez
 

library pjax

PJAX for Laravel 4

image

vtalbot/pjax

PJAX for Laravel 4

  • Tuesday, March 10, 2015
  • by vtalbot
  • Repository
  • 3 Watchers
  • 39 Stars
  • 8,594 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 37 Forks
  • 1 Open issues
  • 5 Versions
  • 4 % Grown

The README.md

PJAX for Laravel 4

Enable the use of PJAX in Laravel 4., (*1)

If using Laravel 5, please see jacobbennett/pjax, (*2)

Installation

Add vtalbot/pjax to require section in your composer.json, (*3)

composer require vtalbot/pjax

Add 'VTalbot\Pjax\PjaxServiceProvider', to providers in your app/config/app.php, (*4)

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., (*5)

Works great with jquery.pjax.js., (*6)

Example project: https://github.com/vtalbot/laravel-pjax-example, (*7)

Contribution

I'm open to any idea of features to add to it., (*8)

The Versions

10/03 2015

dev-master

9999999-dev

PJAX for Laravel 4

  Sources   Download

MIT

The Requires

 

18/11 2014

v0.2.2

0.2.2.0

PJAX for Laravel 4

  Sources   Download

MIT

The Requires

 

14/12 2013

0.2.1

0.2.1.0

PJAX for Laravel 4

  Sources   Download

MIT

The Requires

 

10/12 2013

0.2

0.2.0.0

PJAX for Laravel 4

  Sources   Download

MIT

The Requires

 

27/07 2013

0.1

0.1.0.0

PJAX for Laravel 4

  Sources   Download

MIT

The Requires