Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_dashboard | /admin | Path does not match |
| 2 | admin_categories | /admin/categories | Path does not match |
| 3 | admin_categories_add | /admin/categories/add | Path does not match |
| 4 | admin_categories_edit | /admin/categories/{id}/edit | Path does not match |
| 5 | admin_categories_toggle_status | /admin/categories/{id}/toggle-status | Path does not match |
| 6 | admin_categories_delete | /admin/categories/{id}/delete | Path does not match |
| 7 | admin_categories_get | /admin/categories/{id} | Path does not match |
| 8 | admin_category_types | /admin/category-types | Path does not match |
| 9 | admin_category_types_add | /admin/category-types/add | Path does not match |
| 10 | admin_category_types_edit | /admin/category-types/{id}/edit | Path does not match |
| 11 | admin_category_types_toggle_status | /admin/category-types/{id}/toggle-status | Path does not match |
| 12 | admin_category_types_delete | /admin/category-types/{id}/delete | Path does not match |
| 13 | admin_category_types_get | /admin/category-types/{id} | Path does not match |
| 14 | admin_czlonkowie | /admin/czlonkowie | Path does not match |
| 15 | admin_czlonkowie_add | /admin/czlonkowie/add | Path does not match |
| 16 | admin_czlonkowie_edit | /admin/czlonkowie/{id}/edit | Path does not match |
| 17 | admin_czlonkowie_toggle | /admin/czlonkowie/{id}/toggle-status | Path does not match |
| 18 | admin_czlonkowie_delete | /admin/czlonkowie/{id}/delete | Path does not match |
| 19 | admin_czlonkowie_data | /admin/czlonkowie/{id}/data | Path does not match |
| 20 | admin_czlonkowie_get | /admin/czlonkowie/{id} | Path does not match |
| 21 | app_homepage | / | Path does not match |
| 22 | app_image_display | /IMG/{imageName} | Path does not match |
| 23 | admin_images | /admin/images | Path does not match |
| 24 | admin_images_add | /admin/images/add | Path does not match |
| 25 | admin_images_search | /admin/images/search | Path does not match |
| 26 | admin_images_edit | /admin/images/{id}/edit | Path does not match |
| 27 | admin_images_delete | /admin/images/{id}/delete | Path does not match |
| 28 | admin_images_get | /admin/images/{id} | Path does not match |
| 29 | admin_inwestycje | /admin/inwestycje | Path does not match |
| 30 | admin_inwestycje_add | /admin/inwestycje/add | Path does not match |
| 31 | admin_inwestycje_edit | /admin/inwestycje/{id}/edit | Path does not match |
| 32 | admin_inwestycje_toggle_status | /admin/inwestycje/{id}/toggle-status | Path does not match |
| 33 | admin_inwestycje_delete | /admin/inwestycje/{id}/delete | Path does not match |
| 34 | admin_inwestycje_data | /admin/inwestycje/{id}/data | Path does not match |
| 35 | logging_demo | /logging/demo | Path does not match |
| 36 | logging_test_security | /logging/test-security | Path does not match |
| 37 | admin_myprofile | /admin/myprofile | Path does not match |
| 38 | _update | /admin/myprofile/update | Path does not match |
| 39 | admin_myprofile_data | /admin/myprofile/data | Path does not match |
| 40 | admin_permissions | /admin/permissions | Path does not match |
| 41 | admin_permissions_add | /admin/permissions/add | Path does not match |
| 42 | admin_permissions_edit | /admin/permissions/{id}/edit | Path does not match |
| 43 | admin_permissions_toggle_status | /admin/permissions/{id}/toggle-status | Path does not match |
| 44 | admin_permissions_delete | /admin/permissions/{id}/delete | Path does not match |
| 45 | admin_permissions_get | /admin/permissions/{id} | Path does not match |
| 46 | admin_roles | /admin/roles | Path does not match |
| 47 | admin_roles_add | /admin/roles/add | Path does not match |
| 48 | admin_roles_edit | /admin/roles/{id}/edit | Path does not match |
| 49 | admin_roles_toggle_status | /admin/roles/{id}/toggle-status | Path does not match |
| 50 | admin_roles_delete | /admin/roles/{id}/delete | Path does not match |
| 51 | admin_roles_get | /admin/roles/{id} | Path does not match |
| 52 | 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.