GET https://school-back.yvan-emiliau.com/

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 /_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_xdebug /_profiler/xdebug Path does not match
8 _profiler_font /_profiler/font/{fontName}.woff2 Path does not match
9 _profiler_search_results /_profiler/{token}/search/results Path does not match
10 _profiler_open_file /_profiler/open Path does not match
11 _profiler /_profiler/{token} Path does not match
12 _profiler_router /_profiler/{token}/router Path does not match
13 _profiler_exception /_profiler/{token}/exception Path does not match
14 _profiler_exception_css /_profiler/{token}/exception.css Path does not match
15 api_account_profile /api/account/profile Path does not match
16 api_account_profile_update /api/account/profile Path does not match
17 api_account_preferences_update /api/account/preferences Path does not match
18 api_auth_me /api/auth/me Path does not match
19 api_auth_login /api/auth/login Path does not match
20 api_auth_register /api/auth/register Path does not match
21 api_auth_refresh /api/auth/refresh Path does not match
22 api_auth_google_start /api/auth/google/start Path does not match
23 api_auth_facebook_start /api/auth/facebook/start Path does not match
24 api_auth_google_callback /api/auth/google Path does not match
25 api_auth_facebook_callback /api/auth/facebook Path does not match
26 api_auth_logout /api/auth/logout Path does not match
27 api_dashboard_index /api/dashboard Path does not match
28 api_portal_index /api/portal Path does not match
29 api_school_current /api/schools/current Path does not match
30 api_school_update /api/schools/current Path does not match
31 api_user_management_credentials /api/user-management/credentials Path does not match
32 api_admins_list /api/admins Path does not match
33 api_admins_create /api/admins Path does not match
34 api_teachers_list /api/teachers Path does not match
35 api_teachers_create /api/teachers Path does not match
36 api_students_list /api/students Path does not match
37 api_students_create /api/students Path does not match
38 api_parents_list /api/parents Path does not match
39 api_parents_create /api/parents Path does not match
40 api_classes_list /api/classes Path does not match
41 api_classes_create /api/classes Path does not match
42 api_grades_list /api/grades Path does not match
43 api_grades_create /api/grades Path does not match
44 api_activities_list /api/activities Path does not match
45 api_activities_create /api/activities Path does not match
46 api_fee_structures_list /api/fee-structures Path does not match
47 api_fee_structures_create /api/fee-structures Path does not match
48 api_student_fees_list /api/student-fees Path does not match
49 api_student_fees_create /api/student-fees Path does not match
50 api_fee_payments_list /api/fee-payments Path does not match
51 api_fee_payments_create /api/fee-payments Path does not match
52 api_schedules_list /api/schedules Path does not match
53 api_schedules_create /api/schedules Path does not match
54 api_expenses_list /api/expenses Path does not match
55 api_expenses_create /api/expenses Path does not match
56 connect_facebook_start /connect/facebook Path does not match
57 connect_facebook_check /connect/facebook/check Path does not match
58 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.