marcelgwerder / laravel-api-handler

Package providing helper functions for a Laravel REST-API
Other
152 stars 45 forks source link

Added the ability to filter by relationship attributes using a -> mod… #20

Closed chalcedonyt closed 9 years ago

chalcedonyt commented 9 years ago

…ifier, e.g. comments->title-lk=Some+title

Trying to solve the problem in https://github.com/marcelgwerder/laravel-api-handler/issues/10

Reads a eloquent relation and adds the relevant joins to the query.

amylashley commented 7 years ago

This doesn't appear to be merged as of 0.7.0. Will it be?