You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,6 @@
7
7
8
8
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](http://jsonapi.org/) as closely as possible.
9
9
10
-
**The master branch is a WIP for v4. For the latested tagged version of the package, please switch to the [v3 branch](https://github.com/spatie/laravel-query-builder/tree/v3).**
11
-
12
10
## Basic usage
13
11
14
12
### Filter a query based on a request: `/users?filter[name]=John`:
0 commit comments