vtalbot/pjax

PJAX for Laravel 4
11,563 40
Install
composer require vtalbot/pjax
Latest Version:v0.2.2
PHP:>=5.3.0
License:MIT
Last Updated:Mar 22, 2019
Links: GitHub  ·  Packagist
Maintainer: vtalbot

PJAX for Laravel 4

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.

Related Packages

erirk/paypalpayment

laravel-paypalpayment is simple package help you process direct credit card paym...

0
gabrieloliverio/laravel5-generators

Database metadata-based generators for Laravel 5

1
doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

610,259,779 9,704
laravel/framework

The Laravel Framework.

551,557,428 34,802
laravel/tinker

Powerful REPL for the Laravel framework.

462,518,693 7,436