Libraries tagged by Laravel Paginator
theopeneyes/generate-pagination
1 Downloads
A Laravel package to generate pagination
gustocoder/laravel-datatable
4 Downloads
Laravel datatable package that provides sorting, allows you to optionally add an extra column, under which you can add buttons for CRUD operations. The button creation method will automatically generate links and send the individual record id to the route name you pass to it. You can configure whether you want the records to be clickable, sortable or not. There is also pagination. Built using Laravel 11.0 but will work on most recent versions. It uses Bootstrap 5 to wrap your responsive table in a nice customizable panel
nekoos/laravel-extendable-response
3 Downloads
Add pagination in headers for Laravel projects
hkchai/laravel-foundation
65 Downloads
Foundation 5 components for Laravel 5.1. For now only Pagination is supported
kevinoo/graphql-laravel-filters
11 Downloads
This library extends the functionalities of rebing/graphql-laravel, providing a comprehensive solution for managing pagination and applying advanced filters to GraphQL queries in Laravel applications.
zmon/laravel-crud-generator-zmon
359 Downloads
php artisan command to generate fully working crud with grid paginated server side only by having database tables
zeuz113/laravel-crud-generator
52 Downloads
php artisan command to generate fully working crud with grid paginated server side only by having database tables - forked from kEpEx/laravel-crud-generator
wllionel/pagination
2 Downloads
A simple library for generating pagination.
vkolegov/laravel-api-controller
683 Downloads
Basic Controller to create simple API with support for pagination, sorting, filtering and exporting
vinelab/neoeloquent-pagination
316 Downloads
Fork of the Illuminate Pagination package to be used with Vinelab/NeoEloquent.
thedigitalmedium/laravel-api-helper
6 Downloads
Elevate Your Laravel API Development with the API Helper: Build High-Performance APIs with Ease (https://thedigitalmedium.com)
stepovenko/eloquent-filter-sort-pagination
29 Downloads
For filtering and sorting in eloquent
planetadeleste/oc-pagination-with-havings
4 Downloads
Makes it possible to use pagination with havings in queries.
nastuzzi-samy/laravel-query-selection
2713 Downloads
Add some custom scopes on models to make a better selection via requests
nastuzzi-samy/laravel-model-stages
2682 Downloads
Add stage scopes to models with parents