Routing
public_welcome_index
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_dashboard_index | /admin | Path does not match |
| 2 | admin_security_login | /admin/login | Path does not match |
| 3 | admin_security_logout | /admin/logout | Path does not match |
| 4 | admin_user_change_password | /admin/change-password | Path does not match |
| 5 | coes_dashboard_index | /coes | Path does not match |
| 6 | coes_security_login | /coes/login | Path does not match |
| 7 | coes_security_logout | /coes/logout | Path does not match |
| 8 | public_welcome_index | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.