Routing
home
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | archive | /archive | Path does not match |
| 2 | archive.declaration | /archive/declaration | Path does not match |
| 3 | archive.pdf | /archive/pdf | Path does not match |
| 4 | archive.csv | /archive/csv | Path does not match |
| 5 | archive.defiscalisation | /archive/defiscalisation | Path does not match |
| 6 | declarationtohome | /declaration | Path does not match |
| 7 | declaration.new | /declaration/new | Path does not match |
| 8 | declaration.delete | /declaration/delete/{id} | Path does not match |
| 9 | declaration.detail | /declaration/detail/{id} | Path does not match |
| 10 | declaration.archive | /declaration/archive | Path does not match |
| 11 | declaration | /declaration/{date} | Path does not match |
| 12 | gestioncommission | /gestioncommission | Path does not match |
| 13 | gestioncommission.new | /gestioncommission/new | Path does not match |
| 14 | gestioncommission.supprimer | /gestioncommission/supprimer/{id} | Path does not match |
| 15 | gestioncommission.detail | /gestioncommission/detail/{id} | Path does not match |
| 16 | gestioncommission.edit | /gestioncommission/detail/{id}/edit | Path does not match |
| 17 | gestioncommission.supprimermembre | /gestioncommission/detail/{id}/supprimer/{membre} | Path does not match |
| 18 | gestiondeclaration | /gestiondeclaration | Path does not match |
| 19 | gestiondeclaration.user | /gestiondeclaration/user/{id} | Path does not match |
| 20 | gestiondeclaration.etat | /gestiondeclaration/etat | Path does not match |
| 21 | gestiondeclaration.detail | /gestiondeclaration/detail/{id} | Path does not match |
| 22 | gestiondeclaration.validation | /gestiondeclaration/validation/{id} | Path does not match |
| 23 | gestiondeclaration.pdf | /gestiondeclaration/pdf/{id} | Path does not match |
| 24 | gestiondeclaration.new | /gestiondeclaration/new | Path does not match |
| 25 | gestionmembre | /gestionmembre | Path does not match |
| 26 | gestionmembre.new | /gestionmembre/new | Path does not match |
| 27 | gestionmembre.detail | /gestionmembre/detail/{id} | Path does not match |
| 28 | gestionmembre.supprimer | /gestionmembre/delete/{id} | Path does not match |
| 29 | 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.