selahattinunlu / laravel-api-query-builder

Laravel & Lumen Api Query Builder Package
332 stars 66 forks source link

pivots relation #35

Open gilesrussi opened 6 years ago

gilesrussi commented 6 years ago

In my project I have a bunch of many to many relations, and my pivot usually have relations as well. The most common case is user to group with permissions/roles on the pivot table. Is there a way to use this package with this case?

rtyshyk commented 6 years ago

@gilesrussi I use https://github.com/selahattinunlu/laravel-api-query-builder/wiki/Creating-Custom-Filter customer filters feature to allow filter by pivot attributes. Did you find something?