-
I used this package recently and I think it would work great for you scenario https://github.com/staudenmeir/laravel-adjacency-list
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
I would go with a nested set model and use package like https://github.com/lazychaser/laravel-nestedset
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
-
Made a package to performantly convert a flat collection of hierarchical data to a nested collection for things like Org Charts. Feedback appreciated.
-
How to best load a large DB tree structure into frontend
-
How to use an Order column in a Pivot Table
-
Developing GetCandy 2
-
How to load nested comments efficiently with pagination via MySQL in laravel?