Skip to content

Commit

Permalink
Update README.md (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVanderbist authored Oct 20, 2021
1 parent a9d8dc1 commit 89c7580
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

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.

**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).**

## Basic usage

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

0 comments on commit 89c7580

Please sign in to comment.