Estanislau Trepat

Results 4 comments of Estanislau Trepat

Please note that when you call: `$root->getDescendantsAndSelf()->...` you're already loading **all the nested children** in exactly one query, so there's no much meaning in using eager-loading in your example. Having...

Thinking of it... I may have misunderstood. If you want to load **any related** model (not children), you may use Eloquent eager-loading mechanisms as with other queries. F.Ex: ``` php...

I'm not sure this is related to Baum but with what the query builder is returning in that specific call chain step... Could you please post the error dump or...

I understand the "move between scopes" functionality has some issues. I'm trying to make this work... I'll prepare an specific test case and work from that.