This package allows you to filter, sort and include eloquent relations based on a request. The QueryBuilder
used in this package extends Laravel's default Eloquent builder. This means all your favorite methods and macros are still available. Query parameter names follow the JSON API specification as closely as possible.
This package is abandoned, please use open-southeners/laravel-apiable instead.
This package is a fork of spatie/laravel-query-builder as it adds additional features that were removed and unmaintained.
We'll keep them updated ASAP if possible (or raise an issue instead, but first do check the section in this readme first).
composer require skorelabs/laravel-query-builder
ONLY report here the issues that refers to the following features:
All the work is done solely by Spatie's Team (@spatie), we're just maintaining some of their legacy features in a way.