Routing
about
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/about
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | docs_search_suggestions | /admin/docs/search/suggestions | Path does not match |
| 2 | docs_search | /admin/docs/search | Path does not match |
| 3 | admin_awards_list | /admin/awards/ | Path does not match |
| 4 | admin_awards_create | /admin/awards/create | Path does not match |
| 5 | admin_awards_edit | /admin/awards/{id} | Path does not match |
| 6 | admin_awards_delete | /admin/awards/delete/{id} | Path does not match |
| 7 | admin_clients_list | /admin/clients/ | Path does not match |
| 8 | admin_clients_create | /admin/clients/create | Path does not match |
| 9 | admin_clients_edit | /admin/clients/{id} | Path does not match |
| 10 | admin_clients_delete | /admin/clients/delete/{id} | Path does not match |
| 11 | admin_collaborators_list | /admin/collaborators/ | Path does not match |
| 12 | admin_collaborators_create | /admin/collaborators/create | Path does not match |
| 13 | admin_collaborators_edit | /admin/collaborators/{id} | Path does not match |
| 14 | admin_collaborators_delete | /admin/collaborators/delete/{id} | Path does not match |
| 15 | admin_contacts_list | /admin/contacts/ | Path does not match |
| 16 | admin_designer_list | /admin/designer/ | Path does not match |
| 17 | admin_designer_create | /admin/designer/create | Path does not match |
| 18 | admin_designer_edit | /admin/designer/{id} | Path does not match |
| 19 | admin_designer_delete | /admin/designer/delete/{id} | Path does not match |
| 20 | about | /about | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.