Routing
home
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
https://tmb.2le-test.me/admin/login
Route Matching Logs
Path to match:
/admin/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | add_widget | /admin/dashboard/dashboard/add_widget/{type} | Path does not match |
| 2 | remove_widget | /admin/dashboard/dashboard/remove_widget/{id} | Path does not match |
| 3 | update_widget | /admin/dashboard/dashboard/update_widget/{id}/{x}/{y}/{width}/{height} | Path does not match |
| 4 | update_title | /admin/dashboard/dashboard/update_title/{id}/{title} | Path does not match |
| 5 | render_widget | /admin/dashboard/dashboard/render_widget/{id} | Path does not match |
| 6 | widget_save_config | /admin/dashboard/dashboard/widget_save_config/{id}/{form} | Path does not match |
| 7 | widget_reset_config | /admin/dashboard/dashboard/widget_reset_config/{id} | Path does not match |
| 8 | delete_my_widgets | /admin/dashboard/dashboard/delete_my_widgets | Path does not match |
| 9 | homepage | /admin/dashboard/ | Path does not match |
| 10 | lle_dashboard_dashboard_setmydashboardasdefault | /admin/dashboard/dashboard/admin/default | Path does not match |
| 11 | lle_dashboard_dashboard_deletealluserdashboards | /admin/dashboard/dashboard/admin/reset-all | Path does not match |
| 12 | print_widget | /admin/dashboard/dashboard/print_widget/{id} | Path does not match |
| 13 | home | /admin/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.