GET http://coachassistant.online/

Routing

app_home Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /
# Route name Path Log
1 _preview_error /_error/{code}.{_format} Path does not match
2 _wdt_stylesheet /_wdt/styles Path does not match
3 _wdt /_wdt/{token} Path does not match
4 _profiler_home /_profiler/ Path does not match
5 _profiler_search /_profiler/search Path does not match
6 _profiler_search_bar /_profiler/search_bar Path does not match
7 _profiler_phpinfo /_profiler/phpinfo Path does not match
8 _profiler_xdebug /_profiler/xdebug Path does not match
9 _profiler_font /_profiler/font/{fontName}.woff2 Path does not match
10 _profiler_search_results /_profiler/{token}/search/results Path does not match
11 _profiler_open_file /_profiler/open Path does not match
12 _profiler /_profiler/{token} Path does not match
13 _profiler_router /_profiler/{token}/router Path does not match
14 _profiler_exception /_profiler/{token}/exception Path does not match
15 _profiler_exception_css /_profiler/{token}/exception.css Path does not match
16 admin_dashboard /admin Path does not match
17 admin_coach_index /admin/coaches Path does not match
18 admin_coach_new /admin/coaches/new Path does not match
19 admin_coach_edit /admin/coaches/{id}/edit Path does not match
20 admin_coach_delete /admin/coaches/{id}/delete Path does not match
21 admin_eval_category_index /admin/evaluation-categories Path does not match
22 admin_eval_category_edit /admin/evaluation-categories/category/{id}/edit Path does not match
23 admin_eval_subcategory_edit /admin/evaluation-categories/subcategory/{id}/edit Path does not match
24 admin_eval_subcategory_delete /admin/evaluation-categories/subcategory/{id}/delete Path does not match
25 admin_eval_subcategory_toggle_archive /admin/evaluation-categories/subcategory/{id}/toggle-archive Path does not match
26 admin_questionnaire_index /admin/questionnaires Path does not match
27 admin_questionnaire_new /admin/questionnaires/new Path does not match
28 admin_questionnaire_show /admin/questionnaires/{id} Path does not match
29 admin_questionnaire_edit /admin/questionnaires/{id}/edit Path does not match
30 admin_questionnaire_delete /admin/questionnaires/{id}/delete Path does not match
31 admin_player_index /admin/players Path does not match
32 admin_player_new /admin/players/new Path does not match
33 admin_player_edit /admin/players/{id}/edit Path does not match
34 admin_player_delete /admin/players/{id}/delete Path does not match
35 admin_roster_index /admin/rosters Path does not match
36 admin_roster_manage /admin/rosters/team/{id} Path does not match
37 admin_roster_add_player /admin/rosters/team/{id}/add-player Path does not match
38 admin_roster_remove_player /admin/rosters/team/{id}/remove-player/{playerId} Path does not match
39 admin_roster_update_jersey /admin/rosters/team/{id}/update-jersey/{playerId} Path does not match
40 admin_roster_quick_add_player /admin/rosters/team/{id}/quick-add-player Path does not match
41 admin_season_index /admin/seasons Path does not match
42 admin_season_new /admin/seasons/new Path does not match
43 admin_season_edit /admin/seasons/{id}/edit Path does not match
44 admin_season_delete /admin/seasons/{id}/delete Path does not match
45 admin_team_index /admin/teams Path does not match
46 admin_team_new /admin/teams/new Path does not match
47 admin_team_edit /admin/teams/{id}/edit Path does not match
48 admin_team_delete /admin/teams/{id}/delete Path does not match
49 api_users_list /api/v1/users Path does not match
50 api_users_create /api/v1/users Path does not match
51 app_coach_player_show /coach/player/{id} Path does not match
52 app_coach_evaluation_index /coach/evaluations Path does not match
53 app_coach_evaluation_start_session /coach/evaluations/start-session/{teamId} Path does not match
54 app_coach_evaluation_create /coach/evaluations/evaluate/{id} Path does not match
55 app_coach_evaluation_edit /coach/evaluations/edit/{id} Path does not match
56 app_coach_evaluation_delete /coach/evaluations/delete/{id} Path does not match
57 app_coach_evaluation_show /coach/evaluations/show/{id} Path does not match
58 app_coach_evaluation_player_show /coach/evaluations/player/{id} Path does not match
59 app_coach_evaluation_team_summary /coach/evaluations/session/{id}/team-summary Path does not match
60 app_coach_roster /coach/roster Path does not match
61 app_coach_my_roster /coach/my-roster Path does not match
62 app_coach_team_index /coach/teams Path does not match
63 app_coach_teams /coach/team Path does not match
64 app_coach_team_show /coach/team/{id} Path does not match
65 app_coach_team_edit /coach/team/{id}/edit Path does not match
66 app_dashboard /dashboard Path does not match
67 app_home / Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.