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

How to do if category has many parent categories? #339

Open zaknoel opened 4 years ago

zaknoel commented 4 years ago

For example: -Category 1 -----SubCategory1 -Category 2 -----SubCategory 2

And I have SubCategory3 which parents are Category1 and Category2