HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/signmania.komma.pro/vendor/vtalbot/pjax/readme.md
## PJAX for Laravel 4

Enable the use of PJAX in Laravel 4.

#### 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](https://github.com/defunkt/jquery-pjax).

Example project: https://github.com/vtalbot/laravel-pjax-example

### Contribution

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