Routing
(none)
Matched route
Route Matching Logs
Path to match:
/.env
# | Route name | Path | Log |
---|---|---|---|
1 | dashboard | /secure/dashboard | Path does not match |
2 | app_admin_employee_index | /secure/admin/employee/ | Path does not match |
3 | app_admin_employee_new | /secure/admin/employee/new | Path does not match |
4 | app_admin_employee_show | /secure/admin/employee/{id} | Path does not match |
5 | app_admin_employee_edit | /secure/admin/employee/{id}/edit | Path does not match |
6 | app_admin_employee_delete | /secure/admin/employee/{id} | Path does not match |
7 | homepage | / | Path does not match |
8 | app_admin_location_index | /secure/admin/location/ | Path does not match |
9 | app_admin_location_new | /secure/admin/location/new | Path does not match |
10 | app_admin_location_show | /secure/admin/location/{id} | Path does not match |
11 | app_admin_location_edit | /secure/admin/location/{id}/edit | Path does not match |
12 | app_admin_location_delete | /secure/admin/location/{id} | Path does not match |
13 | read_tag | /g/cp | Path does not match |
14 | app_profile_edit | /secure/profile | Path does not match |
15 | app_profile_change_password | /secure/profile/change-password | Path does not match |
16 | app_project_index | /secure/project/ | Path does not match |
17 | app_project_new | /secure/project/new | Path does not match |
18 | app_project_show | /secure/project/{id} | Path does not match |
19 | app_project_edit | /secure/project/{id}/edit | Path does not match |
20 | app_project_delete | /secure/project/{id} | Path does not match |
21 | app_login | /login | Path does not match |
22 | app_logout | /logout | Path does not match |
23 | app_admin_shift_activity_index | /secure/admin/shift-activity/ | Path does not match |
24 | app_admin_shift_activity_new | /secure/admin/shift-activity/new | Path does not match |
25 | app_admin_shift_activity_show | /secure/admin/shift-activity/{id} | Path does not match |
26 | app_admin_shift_activity_edit | /secure/admin/shift-activity/{id}/edit | Path does not match |
27 | app_admin_shift_activity_delete | /secure/admin/shift-activity/{id} | Path does not match |
28 | app_admin_shift_index | /secure/admin/shift/ | Path does not match |
29 | app_admin_shift_new | /secure/admin/shift/new | Path does not match |
30 | app_admin_shift_show | /secure/admin/shift/{id} | Path does not match |
31 | app_admin_shift_edit | /secure/admin/shift/{id}/edit | Path does not match |
32 | app_admin_shift_delete | /secure/admin/shift/{id} | Path does not match |
33 | app_admin_tag_index | /secure/admin/tag/ | Path does not match |
34 | app_admin_tag_new | /secure/admin/tag/new | Path does not match |
35 | app_admin_tag_show | /secure/admin/tag/{id} | Path does not match |
36 | app_admin_tag_edit | /secure/admin/tag/{id}/edit | Path does not match |
37 | app_admin_tag_delete | /secure/admin/tag/{id} | Path does not match |
38 | app_admin_user_index | /secure/admin/user/ | Path does not match |
39 | app_admin_user_new | /secure/admin/user/new | Path does not match |
40 | app_admin_user_show | /secure/admin/user/{id} | Path does not match |
41 | app_admin_user_edit | /secure/admin/user/{id}/edit | Path does not match |
42 | app_admin_user_delete | /secure/admin/user/{id} | Path does not match |
43 | _preview_error | /_error/{code}.{_format} | Path does not match |
44 | liip_imagine_filter_runtime | /media/cache/resolve/{filter}/rc/{hash}/{path} | Path does not match |
45 | liip_imagine_filter | /media/cache/resolve/{filter}/{path} | Path does not match |
46 | _wdt | /_wdt/{token} | Path does not match |
47 | _profiler_home | /_profiler/ | Path does not match |
48 | _profiler_search | /_profiler/search | Path does not match |
49 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
50 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
51 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
52 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
53 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
54 | _profiler_open_file | /_profiler/open | Path does not match |
55 | _profiler | /_profiler/{token} | Path does not match |
56 | _profiler_router | /_profiler/{token}/router | Path does not match |
57 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
58 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.