Routing
home
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | app_abonnement_index | /abonnement/ | Path does not match |
2 | app_abonnement_new | /abonnement/new | Path does not match |
3 | app_abonnement_front_new | /abonnement/souscrire | Path does not match |
4 | app_abonnement_show | /abonnement/{id} | Path does not match |
5 | app_abonnement_edit | /abonnement/{id}/edit | Path does not match |
6 | app_abonnement_delete | /abonnement/{id} | Path does not match |
7 | app_caracteristiques_type_abonnement_index | /caracteristiques/type/abonnement/ | Path does not match |
8 | app_caracteristiques_type_abonnement_new | /caracteristiques/type/abonnement/new | Path does not match |
9 | app_caracteristiques_type_abonnement_show | /caracteristiques/type/abonnement/{id} | Path does not match |
10 | app_caracteristiques_type_abonnement_edit | /caracteristiques/type/abonnement/{id}/edit | Path does not match |
11 | app_caracteristiques_type_abonnement_delete | /caracteristiques/type/abonnement/{id} | Path does not match |
12 | contact | /contact | Path does not match |
13 | app_credits_index | /credits/ | Path does not match |
14 | app_credits_new | /credits/new | Path does not match |
15 | app_credits_show | /credits/{id} | Path does not match |
16 | app_credits_edit | /credits/{id}/edit | Path does not match |
17 | app_credits_delete | /credits/{id} | Path does not match |
18 | 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.