Level 35
Maybe this package might be of use: https://github.com/lazychaser/laravel-nestedset
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello everyone! I need some help with nested routing. So I have nested categories, and I want to create on frontend nested routes something like:
/categories/ (list of categories first-level)
/categories/first-level/ (list of categories second-level)
/categories/first-level/second-level (...)
/categories/first-level/third-level (...)
UPD: I found solution here - https://stackoverflow.com/questions/40716985/laravel-create-hierarchical-route-for-category
Please or to participate in this conversation.