An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

Laravel Pagination by Sertxu Developer

# Opinionated custom Laravel pagination

![](https://img.shields.io/github/v/release/sertxudeveloper/laravel-pagination) ![](https://github.com/sertxudeveloper/laravel-pagination/actions/workflows/run-tests.yml/badge.svg) ![](https://img.shields.io/github/license/sertxudeveloper/laravel-pagination) ![](https://img.shields.io/github/repo-size/sertxudeveloper/laravel-pagination) ![](https://img.shields.io/packagist/dt/sertxudeveloper/laravel-pagination) ![](https://img.shields.io/github/issues/sertxudeveloper/laravel-pagination) ![](https://img.shields.io/packagist/php-v/sertxudeveloper/laravel-pagination) [![Codecov Test coverage](https://img.shields.io/codecov/c/github/sertxudeveloper/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