No description
Find a file
2025-08-27 03:12:18 +03:00
src/Http/Controllers actually we do not need this naymore 2024-04-09 06:05:00 +03:00
.gitignore Initial commit 2023-07-27 02:05:58 +03:00
composer.json remove vcs (not needed), ran composer update 2025-08-27 03:12:18 +03:00
composer.lock remove vcs (not needed), ran composer update 2025-08-27 03:12:18 +03:00
README.md Initial commit 2023-07-27 02:05:58 +03:00

Lumen Paginated Controller

Description

This package adds 4 abstract controllers for you application to use:

  1. PaginatedController - contains helpful utilities to build paginated controller.
  2. PaginatedUuidController - same as PaginatedController but default order by value is uuid.
  3. PaginatedExportableController - same as PaginatedController but contains validation utility for export request.
  4. PaginatedExportableUuidController - sames as PaginatedExportableController but default order by value is uuid.

Installation

  1. Install this package as composer package into lumen project.