Routing
login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt | /_wdt/{token} | Path does not match |
| 3 | _profiler_home | /_profiler/ | Path does not match |
| 4 | _profiler_search | /_profiler/search | Path does not match |
| 5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 7 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 8 | _profiler_open_file | /_profiler/open | Path does not match |
| 9 | _profiler | /_profiler/{token} | Path does not match |
| 10 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 11 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 12 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 13 | cheese_index | /cheese/ | Path does not match |
| 14 | cheese_new | /cheese/new | Path does not match |
| 15 | cheese_edit | /cheese/{id}/edit | Path does not match |
| 16 | cheese_update | /cheese/{id}/{upd} | Path does not match |
| 17 | cheese_delete | /cheese/{id} | Path does not match |
| 18 | company_index | /company/ | Path does not match |
| 19 | company_new | /company/new | Path does not match |
| 20 | company_edit | /company/{id}/edit | Path does not match |
| 21 | company_delete | /company/{id} | Path does not match |
| 22 | cured_meat_index | /cured-meat/ | Path does not match |
| 23 | cured_meat_new | /cured-meat/new | Path does not match |
| 24 | cured_meat_edit | /cured-meat/{id}/edit | Path does not match |
| 25 | cured_meat_update | /cured-meat/{id}/{upd} | Path does not match |
| 26 | cured_meat_delete | /cured-meat/{id} | Path does not match |
| 27 | department_index | /department/ | Path does not match |
| 28 | department_new | /department/new | Path does not match |
| 29 | department_edit | /department/{id}/edit | Path does not match |
| 30 | department_delete | /department/{id} | Path does not match |
| 31 | dessert_index | /dessert/ | Path does not match |
| 32 | dessert_new | /dessert/new | Path does not match |
| 33 | dessert_edit | /dessert/{id}/edit | Path does not match |
| 34 | dessert_update | /dessert/{id}/{upd} | Path does not match |
| 35 | dessert_delete | /dessert/{id} | Path does not match |
| 36 | download | /download/{userDepartment}/{date} | Path does not match |
| 37 | drink2_index | /drink2/ | Path does not match |
| 38 | drink2_new | /drink2/new | Path does not match |
| 39 | drink2_edit | /drink2/{id}/edit | Path does not match |
| 40 | drink2_update | /drink2/{id}/{upd} | Path does not match |
| 41 | drink2_delete | /drink2/{id} | Path does not match |
| 42 | drink_index | /drink/ | Path does not match |
| 43 | drink_new | /drink/new | Path does not match |
| 44 | drink_edit | /drink/{id}/edit | Path does not match |
| 45 | drink_update | /drink/{id}/{upd} | Path does not match |
| 46 | drink_delete | /drink/{id} | Path does not match |
| 47 | gravy_index | /gravy/ | Path does not match |
| 48 | gravy_new | /gravy/new | Path does not match |
| 49 | gravy_edit | /gravy/{id}/edit | Path does not match |
| 50 | gravy_update | /gravy/{id}/{upd} | Path does not match |
| 51 | gravy_delete | /gravy/{id} | Path does not match |
| 52 | menu_index | /menu/ | Path does not match |
| 53 | menu_new | /menu/new | Path does not match |
| 54 | menu_edit | /menu/{id}/edit | Path does not match |
| 55 | menu_delete | /menu/{id} | Path does not match |
| 56 | reservation_home | /reservation/ | Path does not match |
| 57 | reservation_supplier_index | /reservation/index_supplier | Path does not match |
| 58 | index_multiple_reservation | /reservation/index_multiple_reservation | Path does not match |
| 59 | reservation_gap_index | /reservation/index_gap | Path does not match |
| 60 | reservation_index | /reservation/index | Path does not match |
| 61 | reservation_new | /reservation/new | Path does not match |
| 62 | reservation_edit | /reservation/{id}/edit | Path does not match |
| 63 | reservation_delete | /reservation/{id} | Path does not match |
| 64 | sauce_index | /sauce/ | Path does not match |
| 65 | sauce_new | /sauce/new | Path does not match |
| 66 | sauce_edit | /sauce/{id}/edit | Path does not match |
| 67 | sauce_update | /sauce/{id}/{upd} | Path does not match |
| 68 | sauce_delete | /sauce/{id} | Path does not match |
| 69 | homepage | / | Path does not match |
| 70 | single_dish_index | /single/dish/ | Path does not match |
| 71 | single_dish_new | /single/dish/new | Path does not match |
| 72 | single_dish_edit | /single/dish/{id}/edit | Path does not match |
| 73 | single_dish_delete | /single/dish/{id} | Path does not match |
| 74 | type_of_dish_index | /type-of-dish/ | Path does not match |
| 75 | /type-of-dish/mail | Path does not match | |
| 76 | type_of_dish_new | /type-of-dish/new | Path does not match |
| 77 | type_of_dish_edit | /type-of-dish/{id}/edit | Path does not match |
| 78 | type_of_dish_delete | /type-of-dish/{id} | Path does not match |
| 79 | user_index | /user/ | Path does not match |
| 80 | user_operatori_index | /user/operator | Path does not match |
| 81 | user_new | /user/new | Path does not match |
| 82 | user_edit | /user/{id}/edit | Path does not match |
| 83 | user_delete | /user/{id} | Path does not match |
| 84 | app_logout | /logout2 | Path does not match |
| 85 | 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.