https://github.com/sertxudeveloper/laravel-pagination
Package for overriding Laravel's default pagination
https://github.com/sertxudeveloper/laravel-pagination
hacktoberfest laravel laravel-package pagination sertxudeveloper
Last synced: 24 days ago
JSON representation
Package for overriding Laravel's default pagination
- Host: GitHub
- URL: https://github.com/sertxudeveloper/laravel-pagination
- Owner: sertxudeveloper
- License: mit
- Created: 2023-04-27T10:09:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-02T15:53:47.000Z (11 months ago)
- Last Synced: 2024-09-24T07:47:40.797Z (8 months ago)
- Topics: hacktoberfest, laravel, laravel-package, pagination, sertxudeveloper
- Language: PHP
- Homepage:
- Size: 407 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Opinionated custom Laravel pagination
       [](https://app.codecov.io/gh/sertxudeveloper/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:
```bash
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:
```bash
composer test
```## Contributing
Please see [CONTRIBUTING](https://github.com/sertxudeveloper/.github/blob/main/CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Sergio Peris](https://github.com/sertxudev)
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
Copyright © 2023 Sertxu Developer