Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
# | Route name | Path | Log |
---|---|---|---|
1 | dashboard | /secure/dashboard | Path does not match |
2 | app_admin_employee_index | /secure/admin/employee/ | Path does not match |
3 | app_admin_employee_new | /secure/admin/employee/new | Path does not match |
4 | app_admin_employee_show | /secure/admin/employee/{id} | Path does not match |
5 | app_admin_employee_edit | /secure/admin/employee/{id}/edit | Path does not match |
6 | app_admin_employee_delete | /secure/admin/employee/{id} | Path does not match |
7 | homepage | / | Path does not match |
8 | app_admin_location_index | /secure/admin/location/ | Path does not match |
9 | app_admin_location_new | /secure/admin/location/new | Path does not match |
10 | app_admin_location_show | /secure/admin/location/{id} | Path does not match |
11 | app_admin_location_edit | /secure/admin/location/{id}/edit | Path does not match |
12 | app_admin_location_delete | /secure/admin/location/{id} | Path does not match |
13 | read_tag | /g/cp | Path does not match |
14 | app_profile_edit | /secure/profile | Path does not match |
15 | app_profile_change_password | /secure/profile/change-password | Path does not match |
16 | app_project_index | /secure/project/ | Path does not match |
17 | app_project_new | /secure/project/new | Path does not match |
18 | app_project_show | /secure/project/{id} | Path does not match |
19 | app_project_edit | /secure/project/{id}/edit | Path does not match |
20 | app_project_delete | /secure/project/{id} | Path does not match |
21 | app_login | /login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.