etrepat / baum

Baum is an implementation of the Nested Set pattern for Laravel's Eloquent ORM.
http://etrepat.com/baum
MIT License
2.24k stars 459 forks source link

Order items that have an external parent_id ? #288

Open danielsum opened 6 years ago

danielsum commented 6 years ago

Hi there,

Is it possible to order items that are scoped by an external parent_id ?

Exemple I have this :

articles

photos

=> What I want is the ability to order photos of a specified article_id without having a root photos (no children all siblings).

=> is it possible ? And how to achieve that ?