Routing
app_admin
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
Route Matching Logs
Path to match:
/admin
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | souscription_new | /abonnement/new/souscription | Path does not match |
| 2 | app_all_abonnement_index | /abonnement/all/abonnements | Path does not match |
| 3 | app_mes_abonnement_index | /abonnement/mesabonnements | Path does not match |
| 4 | app_abonnement_index | /abonnement/ | Path does not match |
| 5 | app_abonnement_nouvel | /abonnement/abonnement/nouvel | Path does not match |
| 6 | app_abonnement_new | /abonnement/new | Path does not match |
| 7 | app_abonnement_front_new | /abonnement/souscrire | Path does not match |
| 8 | app_abonnement_show | /abonnement/{id} | Path does not match |
| 9 | abonnement_modifier_livraisons | /abonnement/abonnement/{id}/modifier-livraisons | Path does not match |
| 10 | app_abonnement_edit | /abonnement/{id}/edit | Path does not match |
| 11 | app_abonnement_delete | /abonnement/{id} | Path does not match |
| 12 | app_admin | /admin | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.