Routing
contact
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/contact
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | about | /about | Path does not match |
| 2 | admin | /admin | Path does not match |
| 3 | admin.agenda | /admin/agenda | Path does not match |
| 4 | admin.agenda.add | /admin/agenda/add | Path does not match |
| 5 | admin.agenda.edit | /admin/agenda/edit/{id} | Path does not match |
| 6 | admin.agenda.delete | /admin/delete/{id} | Path does not match |
| 7 | admin.department | /admin/department | Path does not match |
| 8 | admin.department.add | /admin/department/add | Path does not match |
| 9 | admin.department.edit | /admin/department/edit/{id} | Path does not match |
| 10 | admin.department.delete | /admin/department/delete/{id} | Path does not match |
| 11 | admin.img | /admin/img | Path does not match |
| 12 | admin.img.add | /admin/img/add | Path does not match |
| 13 | admin.img.edit | /admin/img/edit/{id} | Path does not match |
| 14 | admin.img.delete | /admin/img/{id} | Path does not match |
| 15 | admin.member | /admin/member | Path does not match |
| 16 | admin.member.add | /admin/member/add | Path does not match |
| 17 | admin.member.edit | /admin/member/edit/{id} | Path does not match |
| 18 | admin.member.delete | /admin/member/delete/{id} | Path does not match |
| 19 | admin.news | /admin/news | Path does not match |
| 20 | admin.news.add | /admin/new/add | Path does not match |
| 21 | admin.news.edit | /admin/news/{id} | Path does not match |
| 22 | admin.news.delete | /admin/service/delete/{id} | Path does not match |
| 23 | admin.project | /admin/project | Path does not match |
| 24 | admin.project.add | /admin/project/add | Path does not match |
| 25 | admin.project.edit | /admin/project/edit/{id} | Path does not match |
| 26 | admin.project.delete | /admin/project/delete/{id} | Path does not match |
| 27 | admin.service | /admin/service | Path does not match |
| 28 | admin.service.edite | /admin/{id} | Path does not match |
| 29 | admin.service.add | /admin/service/add | Path does not match |
| 30 | admin.service.delete | /admin/service/{id} | Path does not match |
| 31 | agenda | /agenda | Path does not match |
| 32 | agenda.single | /agenda/event/{id} | Path does not match |
| 33 | contact | /contact | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.