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

Any way to add multiple children on any particular node.? #251

Open nikhilbhatia22 opened 7 years ago

nikhilbhatia22 commented 7 years ago

I want to add more than one child on any particular node, and hence I can not use makeChildOf() method, which allows creating a single child of any other node, I want to create more than one child at one instance for another node... Is there any way for this or I need to iterate makeChildOf() method??

Thanks in Advance!