You can do that already out of the box, querystring.
Jul 20, 2017
6
Level 1
URL/Request parameters to query
I want to provide query params in my url to filter in my database. fe: /api/books?_q=The Lord of the Rings&_sort=-_score
I found this package https://github.com/marcelgwerder/laravel-api-handler
But I was wondering if there are any other packages out there with will do the same and are better maintained.
The one I am referring to doesn't allow filtering on joined tables.
Please or to participate in this conversation.