Libraries tagged by Laravel Paginator
dilneiss/laravel-api-tool-kit
4 Downloads
set of tools to build an api with laravel
codigitar/laravel-pdf-merger
30 Downloads
I modify the original code from Michael Musso
cdz/laravel-pagiscrap
3 Downloads
PagiScrap will efficiently extract paginated data from any API while optimizing performance with Laravel Queues. Each page is processed asynchronously, ensuring a smooth, non-blocking execution.
cartalyst/data-grid-laravel
0 Downloads
Laravel integration for the Cartalyst Data Grid package.
bored-programmers/laravel-wolt
39 Downloads
Wolt is a Laravel package that allows you to integrate your restaurant with the Wolt platform. It provides a simple and easy-to-use API for syncing your menu and managing orders.
bkstar123/laravel-api-buddy
17 Downloads
A lightweight Laravel package helps you to quickly build a high-quality RESTful API with transformation, filtering, sorting, paginating and more
bernardosequeir/laravel-table-view
48 Downloads
Laravel 5 Package for easily displaying table views for Eloquent Collections with search and sort functionality built in.
arseto/laravel-table-view
10 Downloads
Laravel 5 Package for easily displaying table views for Eloquent Collections with search and sort functionality built in.
arielespinoza07/laravel-query-kit
3 Downloads
A Laravel toolkit to handle for handling queries via a criteria pattern.
anexia/laravel-basemodel
143 Downloads
A laravel module that provides traits to extend eloquent model's filter, search, sorting, pagination, functionality
anaseqal/classic-pagination
24 Downloads
A Laravel Nova tool.
aabosham/pdf-merger-laravel
43 Downloads
flatorb/moldssp
766 Downloads
A package library to use laravel pagination with datatables and mongodb.
bored-programmers/laragrid
98 Downloads
LaraGrid is a powerful and customizable grid system package for Laravel. It provides an easy way to create sortable, filterable tables with pagination. The package is designed to be highly customizable, allowing developers to define columns, apply filters, and sort data with ease.Key Features:- **Column Definition**: LaraGrid allows you to define the columns that will be displayed in the grid. You can specify the model field and the label for each column.- **Filters**: The package provides several filter classes out of the box, including text, select, date, and boolean filters. These filters can be applied to the columns to filter the grid's data based on user input.- **Sorting**: LaraGrid supports sorting of data based on any column. It also provides support for sorting data based on a related model's field using PowerJoins.- **Pagination**: The package integrates with Laravel's pagination system, allowing you to easily paginate the data in the grid.- **Customizable Appearance**: LaraGrid allows you to customize the appearance of the grid by extending the `BaseLaraGridTheme` class and setting the desired CSS classes.- **Livewire Integration**: LaraGrid is built with Livewire, a full-stack framework for Laravel that makes building dynamic interfaces simple, without leaving the comfort of Laravel.The package is currently in development and is not ready for use in production. It requires PHP 8.1 or higher and Laravel 10.0 or higher.
railgun1v9/lara-spf
1 Downloads
Sorting, Pagination and Filtering for Laravel builders and collections utilizing query parameters of the URI.