Closed decadence closed 1 year ago
Hi @decadence,
This package can do everything (and much more) than belongs-to-through
. I took over the maintenance of belongs-to-through
from its original creator and I'm just keeping it alive.
Ok I got it. Thanks!
Hello. Thanks for great and simple to use packages!
I have a question: what is the difference between this and this packages if I need "Belongs to Through" relation? As I see this package works for this case too because you can have
BelongsTo
in relation chain. Or am I missing something?For example I have model for item on warehouse. It has product which has category. So with this code I can access product category from
WarehouseItem
class without this package.And simple Product model class
And it just works.