laravel-nestedset icon indicating copy to clipboard operation
laravel-nestedset copied to clipboard

How to do if category has many parent categories?

Open zaknoel opened this issue 5 years ago • 1 comments

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

And I have SubCategory3 which parents are Category1 and Category2

zaknoel avatar Oct 16 '20 10:10 zaknoel

This is a relationship issue, not a matter of hierarchy. There can't be multiple parents. You can keep that relation in a pivot table and you have to treated it outside of hierarchy.

mgsmus avatar Nov 04 '20 00:11 mgsmus