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

Limit Number of children and spill over #290

Closed ootim closed 6 years ago

ootim commented 6 years ago

Hello,

Just wanted to find out if it's possible with this package to limit the number of children and cause a spill over to left most leaf number once the limit is reached.

Thanks