bearns/think-pjax

为ThinkPHP5提供的pjax行为

v1.0 2017-05-12 10:06 UTC

This package is not auto-updated.

Last update: 2024-09-29 02:40:15 UTC


README

为ThinkPHP5提供的pjax行为

需求

此扩展依赖ThinkPHP 5

安装

使用Composer安装

$ composer require bearns/think-pjax -vvv

使用

\Bearns\Pjax\FilterIfPjax添加到行为标签app_end中。

// application/tags.php

...
    'app_end' => [
        '\\Bearns\\Pjax\\FilterIfPjax',
    ],