Routing
app_legal_privacy
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/legal/privacy
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_admin_index | /admin | Path does not match |
| 2 | app_admin_blog | /admin/blog | Path does not match |
| 3 | app_admin_users | /admin/users | Path does not match |
| 4 | app_admin_users_update_role | /admin/users/{id}/update-role | Path does not match |
| 5 | app_admin_plans | /admin/plans | Path does not match |
| 6 | app_admin_plans_edit | /admin/plans/{id}/edit | Path does not match |
| 7 | app_admin_plans_delete | /admin/plans/{id}/delete | Path does not match |
| 8 | app_admin_settings | /admin/settings | Path does not match |
| 9 | app_blog_index | /blog | Path does not match |
| 10 | app_blog_show | /blog/{slug} | Path does not match |
| 11 | app_category | /category/{slug} | Path does not match |
| 12 | app_dashboard | /dashboard | Path does not match |
| 13 | app_legal_index | /legal | Path does not match |
| 14 | app_legal_imprint | /legal/imprint | Path does not match |
| 15 | app_legal_privacy | /legal/privacy | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.