Introduction
A Laravel Scout query builder inspired by
and largely derived from
spatie/laravel-query-builder.
It brings the same AllowedFilter / AllowedSort API to Scout's search
builder, letting you expose safe, declarative search endpoints driven by
HTTP query parameters.
Credits — This package is a close adaptation of spatie/laravel-query-builder. All credit for the original architecture, patterns, and API design belongs to Spatie. If this package is useful to you, please consider supporting Spatie.
Continue to Installation to get started.