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 children returned per depth #270

Open user651896 opened 7 years ago

user651896 commented 7 years ago

Is it possible to limit the number of children returned per depth?

For example:

Thanks.