Relation manager with intermediate relationship
Hi
Let's say I've an entity
As far as I know, relation managers are based on Laravel Eloquent's relationships, and this isn't a base relationship. I cleary see how to retrieve these records using SQL joins, but not how to make it works with the awesome relation manager feature.
Thanks
Let's say I've an entity
Foo that has many Bar, where Bar belongs to many Baz. Is that possible to have a relation manager for Foo listing the related Baz? As far as I know, relation managers are based on Laravel Eloquent's relationships, and this isn't a base relationship. I cleary see how to retrieve these records using SQL joins, but not how to make it works with the awesome relation manager feature.
Thanks