Query Parser With

Warning

This feature is a bit experimental at the moment. In terms of testing i’ve only tried with a simple one to many relationship. e.g. user->posts.

example

with[]=posts

The above assumes the query is being done on a model that has a relationship defined, and uses the Laravel Querbuilder with method.