Routing
app_doctor_detail
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "cs" |
| slug | "mudr-jan-hlaves" |
Route Matching Logs
Path to match:
/cs/lekari/mudr-jan-hlaves
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_navigation_list | /admin/navigation | Path does not match |
| 2 | admin_navigation_add | /admin/navigation/add | Path does not match |
| 3 | admin_navigation_edit | /admin/navigation/{id}/edit | Path does not match |
| 4 | admin_navigation_delete | /admin/navigation/{id}/delete | Path does not match |
| 5 | admin_page_list | /admin/page | Path does not match |
| 6 | admin_page_add | /admin/page/add | Path does not match |
| 7 | admin_page_edit | /admin/page/{id}/edit | Path does not match |
| 8 | admin_page_delete | /admin/page/{id}/delete | Path does not match |
| 9 | shop_page_detail | /{_locale}/stranka/{slug} | Path does not match |
| 10 | app_home | /{_locale} | Path does not match |
| 11 | app_doctors | /{_locale}/lekari | Path does not match |
| 12 | app_doctor_detail | /{_locale}/lekari/{slug} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.