Skip to content

Commit 89c7580

Browse files
Update README.md (#675)
1 parent a9d8dc1 commit 89c7580

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
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.
99

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-
1210
## Basic usage
1311

1412
### Filter a query based on a request: `/users?filter[name]=John`:

0 commit comments

Comments
 (0)