laravel-nestedset
laravel-nestedset copied to clipboard
Multiple category nested set
I've been looking through the documentation and have not been able to find a solution
I have a table with about 500 nested categories. In another table related to that I have some selected categories in a group.
How would I come about showing a single tree containing the ancestors of X chosen categories?
Is there a way to merge X Category::ancestorsOf($category->id)->toTree()?
Or am I attacking this the complete wrong way? Thanks in advance!
Have you ever found a good solution for that? I have the same problem now.
Sorry! I don't recall the project i was using this in. If I had to guess, I think I abandoned it and found something else. Not sure though!
Good luck! :)