Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_activity_index | /coach/activity/ | Path does not match |
| 2 | app_activity_new | /coach/activity/new/{id} | Path does not match |
| 3 | app_activity_show | /coach/activity/{id} | Path does not match |
| 4 | app_activity_edit | /coach/activity/{id}/edit | Path does not match |
| 5 | app_activity_delete | /coach/activity/{id} | Path does not match |
| 6 | admin | /admin | Path does not match |
| 7 | app_coach | /coach/ | Path does not match |
| 8 | coach_teams | /coach/teams | Path does not match |
| 9 | test_team | /coach/teams/{id}/tests | Path does not match |
| 10 | teams_history | /coach/teams/history | Path does not match |
| 11 | user_home | /home/{slug} | Path does not match |
| 12 | history | /history/{slug} | Path does not match |
| 13 | tests | /tests | Path does not match |
| 14 | detail_test | /test/detail/{slug} | Path does not match |
| 15 | list_tests | /tests/list | Path does not match |
| 16 | test_physique | /tests/physique | Path does not match |
| 17 | test_technique | /tests/technique | Path does not match |
| 18 | one_test | /tests/{id} | Path does not match |
| 19 | profilpage | /{slug}/profil | Path does not match |
| 20 | editpassword | /{slug}/profil/password | Path does not match |
| 21 | team_result | /teamFromResult/{id} | Path does not match |
| 22 | test_result | /testFromResult/{id} | Path does not match |
| 23 | test_myself | /testmyself/{id} | Path does not match |
| 24 | homepage | / | Path does not match |
| 25 | homesubscription | /subscribe | Path does not match |
| 26 | contactpage | /contact | Path does not match |
| 27 | legalnotice | /mentions-legales | Path does not match |
| 28 | app_player | /player | Path does not match |
| 29 | app_chart | /{slug}/chart/{id} | Path does not match |
| 30 | 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.