https://nosrichesses.com/admin/agenda

Routing

app_agenda_index Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /admin/agenda
# Route name Path Log
1 app_actualites_index /actualites/actualites Path does not match
2 app_actualites_new /actualites/new Path does not match
3 app_actualites_desactive_status /actualites/actualites/{id}/desactive-status Path does not match
4 app_actualites_active_status /actualites/actualites/{id}/active-status Path does not match
5 app_actualites_edit /actualitesactualites/edit/{id}/ Path does not match
6 app_actualites_delete /actualitesactualites/supprimer/{id} Path does not match
7 account_address /compte/adresses Path does not match
8 account_address_new /compte/adresses/ajouter Path does not match
9 account_address_update /compte/adresses/modifier/{id} Path does not match
10 account_address_delete /compte/adresses/supprimer/{id} Path does not match
11 app_agenda_index /admin/agenda Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.