Routing
homepage
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 | admin_index | /app/admin/ | Path does not match |
16 | admin_export_for_grandtotal | /app/admin/export | Path does not match |
17 | admin_buchungen_index | /app/admin/buchungen/ | Path does not match |
18 | admin_buchungen_bestaetigen | /app/admin/buchungen/confirm/{id} | Path does not match |
19 | admin_buchungen_reject | /app/admin/buchungen/reject/{id} | Path does not match |
20 | admin_fallarten_index | /app/admin/fallarten/ | Path does not match |
21 | admin_fallarten_new | /app/admin/fallarten/new | Path does not match |
22 | admin_fallarten_show | /app/admin/fallarten/{id} | Path does not match |
23 | admin_fallarten_edit | /app/admin/fallarten/{id}/edit | Path does not match |
24 | admin_fallarten_delete | /app/admin/fallarten/{id} | Path does not match |
25 | admin_locales_index | /app/admin/sprachen/ | Path does not match |
26 | admin_locales_new | /app/admin/sprachen/new | Path does not match |
27 | admin_locales_show | /app/admin/sprachen/{id} | Path does not match |
28 | admin_locales_edit | /app/admin/sprachen/{id}/edit | Path does not match |
29 | admin_locales_delete | /app/admin/sprachen/{id} | Path does not match |
30 | admin_organisationen_index | /app/admin/organisationen/ | Path does not match |
31 | admin_organisationen_new | /app/admin/organisationen/new | Path does not match |
32 | admin_organisationen_export | /app/admin/organisationen/export | Path does not match |
33 | admin_organisationen_show | /app/admin/organisationen/{id} | Path does not match |
34 | admin_organisationen_edit | /app/admin/organisationen/{id}/edit | Path does not match |
35 | admin_organisationen_module | /app/admin/organisationen/{id}/module | Path does not match |
36 | admin_organisationen_delete | /app/admin/organisationen/{id} | Path does not match |
37 | admin_rechnungen_index | /app/admin/rechnungen/all/{art} | Path does not match |
38 | admin_rechnungen_new | /app/admin/rechnungen/new | Path does not match |
39 | admin_rechnungen_upload | /app/admin/rechnungen/upload | Path does not match |
40 | admin_rechnungen_show | /app/admin/rechnungen/{id} | Path does not match |
41 | admin_rechnungen_edit | /app/admin/rechnungen/{id}/edit | Path does not match |
42 | admin_rechnungen_download | /app/admin/rechnungen//download/{id} | Path does not match |
43 | admin_rechnungen_delete | /app/admin/rechnungen/{id} | Path does not match |
44 | admin_roles_index | /app/admin/roles/ | Path does not match |
45 | admin_roles_new | /app/admin/roles/new | Path does not match |
46 | admin_roles_show | /app/admin/roles/{id} | Path does not match |
47 | admin_roles_edit | /app/admin/roles/{id}/edit | Path does not match |
48 | admin_roles_delete | /app/admin/roles/{id} | Path does not match |
49 | admin_system_dropdowns_index | /app/admin/systemdropdowns/ | Path does not match |
50 | admin_system_dropdowns_new | /app/admin/systemdropdowns/new/{dropdown} | Path does not match |
51 | admin_system_dropdowns_show | /app/admin/systemdropdowns/{id} | Path does not match |
52 | admin_system_dropdowns_edit | /app/admin/systemdropdowns/{id}/edit | Path does not match |
53 | admin_system_dropdowns_delete | /app/admin/systemdropdowns/{id} | Path does not match |
54 | admin_user_index | /app/admin/user/ | Path does not match |
55 | admin_user_new | /app/admin/user/new | Path does not match |
56 | admin_user_export | /app/admin/user/export | Path does not match |
57 | admin_user_show | /app/admin/user/{id} | Path does not match |
58 | admin_user_passwort | /app/admin/user/{id}/password | Path does not match |
59 | admin_user_activate | /app/admin/user/{id}/active | Path does not match |
60 | admin_user_deactivate | /app/admin/user/{id}/deactive | Path does not match |
61 | admin_user_edit | /app/admin/user/{id}/edit | Path does not match |
62 | admin_user_delete | /app/admin/user/{id} | Path does not match |
63 | homepage | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.