2017 © Pedro Peláez
 

library pjax

PJAX for Laravel 5

image

jacobbennett/pjax

PJAX for Laravel 5

  • Monday, October 24, 2016
  • by JacobBennett
  • Repository
  • 7 Watchers
  • 108 Stars
  • 11,462 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 36 Forks
  • 0 Open issues
  • 9 Versions
  • 5 % Grown

The README.md

PJAX for Laravel 5.*

Latest Version on Packagist Total Downloads, (*1)

Enable the use of PJAX in Laravel 5.*., (*2)

Installation

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

"jacobbennett/pjax": "~1.0"

Add 'JacobBennett\Pjax\PjaxMiddleware', to $middleware in app/Http/Kernel.php, (*4)

How to use

This middleware will check, before outputting 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)

jQuery PJAX JS is required to use this package jquery.pjax.js., (*6)

See an example on Laracasts, (*7)

Notes:

Sometimes when using PJAX it will timeout and trigger a standard page reload. This could be due to various factors but one thing you may try is to extend the default timeout for PJAX using this little snippet when you initialize PJAX., (*8)


$(document).ready(function(){ // does current browser support PJAX if ($.support.pjax) { $.pjax.defaults.timeout = 1000; // time in milliseconds } });

The Versions

24/10 2016

dev-master

9999999-dev

PJAX for Laravel 5

  Sources   Download

MIT

The Requires

 

by Simon Stamm

laravel pjax

24/10 2016

v1.0.2

1.0.2.0

PJAX for Laravel 5

  Sources   Download

MIT

The Requires

 

by Simon Stamm

laravel pjax

13/01 2016

v1.0.1

1.0.1.0

PJAX for Laravel 5

  Sources   Download

MIT

The Requires

 

by Simon Stamm

laravel pjax

20/11 2015

v1.0

1.0.0.0

PJAX for Laravel 5

  Sources   Download

MIT

The Requires

 

by Simon Stamm

laravel pjax

13/09 2015

v0.9

0.9.0.0

PJAX for Laravel 5

  Sources   Download

MIT

The Requires

 

by Simon Stamm

laravel pjax

25/06 2015

v0.7.1

0.7.1.0

PJAX for Laravel 5

  Sources   Download

MIT

The Requires

 

by Simon Stamm

laravel pjax

25/06 2015

v0.8

0.8.0.0

PJAX for Laravel 5

  Sources   Download

MIT

The Requires

 

by Simon Stamm

laravel pjax

13/06 2015

v0.7

0.7.0.0

PJAX for Laravel 5

  Sources   Download

MIT

The Requires

 

by Simon Stamm

laravel pjax

25/02 2015

v0.6

0.6.0.0

PJAX for Laravel 5

  Sources   Download

MIT

The Requires

 

by Simon Stamm

laravel pjax