sertxudeveloper / laravel-pagination
Package for overriding Laravel's default pagination
Fund package maintenance!
sertxudev
buymeacoffee.com/sertxudeveloper
Requires
- php: ^8.1
- illuminate/contracts: ^9.5|^10.0
- illuminate/database: ^9.5|^10.0
- illuminate/support: ^9.5|^10.0
Requires (Dev)
- orchestra/testbench: ^7.5|^8.0
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-11-18 17:07:22 UTC
README
Opinionated custom Laravel pagination
This package modifies the default Laravel pagination to make it smaller when a lot of pages are available.
Installation
You can install the package via composer:
composer require sertxudeveloper/laravel-pagination
Usage
Once the package is installed, it will automatically replace the default Laravel pagination.
Testing
This package contains tests, you can run them using the following command:
composer test
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.
Copyright © 2023 Sertxu Developer