Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

vig's avatar
Level 2

How to create recursive route?

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

0 likes
1 reply

Please or to participate in this conversation.