Routing
app_default
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_cadeaux_index | /cadeauxaa/ | Path does not match |
| 2 | app_cadeaux_new | /cadeauxaa/new | Path does not match |
| 3 | app_cadeaux_show | /cadeauxaa/{id} | Path does not match |
| 4 | app_cadeaux_edit | /cadeauxaa/{id}/edit | Path does not match |
| 5 | app_cadeaux_delete | /cadeauxaa/{id} | Path does not match |
| 6 | app_default | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.