Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_archive_index | /archives/ | Path does not match |
| 2 | app_archive_new | /archives/new | Path does not match |
| 3 | app_archive_show | /archives/{id} | Path does not match |
| 4 | app_archive_download | /archives/{id}/dl | Path does not match |
| 5 | app_archive_edit | /archives/{id}/edit | Path does not match |
| 6 | app_archive_add_doc | /archives/{id}/{doc}/doc | Path does not match |
| 7 | app_archive_delete | /archives/{id} | Path does not match |
| 8 | dashboard_index | /dashboard/{tagId} | Path does not match |
| 9 | document_index | /document/ | Path does not match |
| 10 | document_new | /document/new | Path does not match |
| 11 | document_show | /document/{id} | Path does not match |
| 12 | document_edit | /document/{id}/edit | Path does not match |
| 13 | document_delete | /document/{id} | Path does not match |
| 14 | groupe_index | /groupe/ | Path does not match |
| 15 | groupe_new | /groupe/new | Path does not match |
| 16 | groupe_show | /groupe/{id} | Path does not match |
| 17 | groupe_edit | /groupe/{id}/edit | Path does not match |
| 18 | groupe_delete | /groupe/{id} | Path does not match |
| 19 | app_forgot_password_request | /reset-password | Path does not match |
| 20 | app_check_email | /reset-password/check-email | Path does not match |
| 21 | app_reset_password | /reset-password/reset/{token} | Path does not match |
| 22 | 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.