Routing
home
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/admin/login
(route: "n/a")
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_dashboard_banner_index | /admin/banner | Path does not match |
| 2 | admin_dashboard_banner_new | /admin/banner/new | Path does not match |
| 3 | admin_dashboard_banner_batch_delete | /admin/banner/batch-delete | Path does not match |
| 4 | admin_dashboard_banner_autocomplete | /admin/banner/autocomplete | Path does not match |
| 5 | admin_dashboard_banner_render_filters | /admin/banner/render-filters | Path does not match |
| 6 | admin_dashboard_banner_edit | /admin/banner/{entityId}/edit | Path does not match |
| 7 | admin_dashboard_banner_delete | /admin/banner/{entityId}/delete | Path does not match |
| 8 | admin_dashboard_banner_detail | /admin/banner/{entityId} | Path does not match |
| 9 | admin_dashboard_color_index | /admin/color | Path does not match |
| 10 | admin_dashboard_color_new | /admin/color/new | Path does not match |
| 11 | admin_dashboard_color_batch_delete | /admin/color/batch-delete | Path does not match |
| 12 | admin_dashboard_color_autocomplete | /admin/color/autocomplete | Path does not match |
| 13 | admin_dashboard_color_render_filters | /admin/color/render-filters | Path does not match |
| 14 | admin_dashboard_color_edit | /admin/color/{entityId}/edit | Path does not match |
| 15 | admin_dashboard_color_delete | /admin/color/{entityId}/delete | Path does not match |
| 16 | admin_dashboard_color_detail | /admin/color/{entityId} | Path does not match |
| 17 | admin_dashboard_tenant_index | /admin/tenant | Path does not match |
| 18 | admin_dashboard_tenant_new | /admin/tenant/new | Path does not match |
| 19 | admin_dashboard_tenant_batch_delete | /admin/tenant/batch-delete | Path does not match |
| 20 | admin_dashboard_tenant_autocomplete | /admin/tenant/autocomplete | Path does not match |
| 21 | admin_dashboard_tenant_render_filters | /admin/tenant/render-filters | Path does not match |
| 22 | admin_dashboard_tenant_edit | /admin/tenant/{entityId}/edit | Path does not match |
| 23 | admin_dashboard_tenant_delete | /admin/tenant/{entityId}/delete | Path does not match |
| 24 | admin_dashboard_tenant_detail | /admin/tenant/{entityId} | Path does not match |
| 25 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 26 | _logout_main | /logout | Path does not match |
| 27 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 28 | _wdt | /_wdt/{token} | Path does not match |
| 29 | _profiler_home | /_profiler/ | Path does not match |
| 30 | _profiler_search | /_profiler/search | Path does not match |
| 31 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 32 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 33 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 34 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 35 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 36 | _profiler_open_file | /_profiler/open | Path does not match |
| 37 | _profiler | /_profiler/{token} | Path does not match |
| 38 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 39 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 40 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 41 | admin_dashboard | /admin | Path does not match |
| 42 | api_colors_inactive | /api/colors | Path does not match |
| 43 | api_banners_non_default | /api/banners | Path does not match |
| 44 | api_api_project_dashboard | /api/dashboard | Path does not match |
| 45 | api_login | /api/login | Path does not match |
| 46 | api_project_list | /api/projects/list | Path does not match |
| 47 | api_project_create | /api/projects/create | Path does not match |
| 48 | api_project_show | /api/projects/show/{id} | Path does not match |
| 49 | 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.