laravel-nestedset
                                
                                 laravel-nestedset copied to clipboard
                                
                                    laravel-nestedset copied to clipboard
                            
                            
                            
                        How to do if category has many parent categories?
For example: -Category 1 -----SubCategory1 -Category 2 -----SubCategory 2
And I have SubCategory3 which parents are Category1 and Category2
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.