noking50/pagination

There is no license information available for the latest version (1.0.1) of this package.

Pagination for model

1.0.1 2018-06-21 07:17 UTC

This package is not auto-updated.

Last update: 2024-05-12 03:54:05 UTC


README

List of pagination

Installing

install

composer required noking50/pagination

config

return [
    'items' => 10,
    'pages' => 10,
    'data_display' => [
        10 => '10',
        25 => '25',
        50 => '50',
        100 => '100',
    ],
];

Usage