Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | games_change_max_games | /pouleplanner/max-games/{game_id}/{value} | Path does not match |
| 2 | games_add_player | /pouleplanner/add_player/{poule_id}/{game_id} | Path does not match |
| 3 | games_remove_player | /pouleplanner/remove_player/{poule_id}/{game_id} | Path does not match |
| 4 | games_change_players | /pouleplanner/change_players/{poule_id} | Path does not match |
| 5 | game_form | /pouleplanner/change_form/{poule_id} | Path does not match |
| 6 | games_create_scheme | /pouleplanner/create_scheme/{game_id} | Path does not match |
| 7 | games_show_scheme | /pouleplanner/show_scheme/{game_id} | Path does not match |
| 8 | games_save_scheme | /pouleplanner/save_scheme/{game_id} | Path does not match |
| 9 | menu | /menu | Path does not match |
| 10 | menu_user | /usermenu | Path does not match |
| 11 | footer | /footer | Path does not match |
| 12 | modal | /modal | Path does not match |
| 13 | registration | /registration | Path does not match |
| 14 | app_verify_email | /verify | Path does not match |
| 15 | app_verify_resend_email | /verify/resend/{email} | Path does not match |
| 16 | app_forgot_password_request | /reset-password | Path does not match |
| 17 | app_check_email | /reset-password/check-email | Path does not match |
| 18 | app_reset_password | /reset-password/reset/{token} | Path does not match |
| 19 | app_security | /security | Path does not match |
| 20 | 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.