Routing
contacts:index
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/contacts
# | Route name | Path | Log |
---|---|---|---|
1 | attachment:upload | /attachment/upload | Path does not match |
2 | attachment:sort | /attachment/sort | Path does not match |
3 | attachment:remove | /attachment/remove | Path does not match |
4 | admin:index | /admin | Path does not match |
5 | auth:login | /auth/login | Path does not match |
6 | auth:logout | /auth/logout | Path does not match |
7 | admin:sort | /admin/sort | Path does not match |
8 | main:games | /games | Path does not match |
9 | main:game | /games/{slug} | Path does not match |
10 | request:recall | /request/recall | Path does not match |
11 | request:recall:modal | /request/recall-modal | Path does not match |
12 | request:review_modal | /request/review-modal | Path does not match |
13 | about:index | /about | Path does not match |
14 | contacts:index | /contacts | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.