laravel-fast-crud
by dev-toolbelt
Laravel package for rapid CRUD API scaffolding with filtering, sorting, pagination and CSV export
laravel-query-api
by rawnoq
A powerful Laravel package that brings GraphQL-like flexibility to REST APIs with elegant query management
laravel-migration-sorter
Interactive Laravel migration file sorting with drag and drop functionality
laravel-sieve
by architools
Laravel Sieve is a lightweight yet powerful filtering and sorting engine for Laravel applications. It transforms HTTP query parameters into clean, maintainable Eloquent or Query Builder queries with zero boilerplate. Built to follow SOLID and DRY principles, this modular package supports dynamic filtering, custom sorting, relationship constraints, and JSON field queries. Ideal for RESTful APIs, admin panels, and data-intensive applications, it keeps your controllers slim and your queries expressive — all while embracing Laravel best practices.
laravel-sortable
by sudo520
Simple package to add sorting functionality to your Laravel models. (fork of ninoman/laravel-sortable)
laravel-filter-query
by yoursjarvis
A small and simple Laravel package for adding filters functionality to a models by adding traits.
laravel-api-sorting
by chrislentz
A sorting package that provides Eloquent 'orderBy' support via a '_sort' URL parameter for the Laravel framework.