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 460 forks source link

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

Open zaknoel opened 3 years ago

zaknoel commented 3 years ago

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

And I have SubCategory3 which parents are Category1 and Category2