Routing
app_accueil
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | abonnement_ajouter_module | /admin/agence/{id}/abonnement/ajouter-module | Path does not match |
| 2 | abonnement_ajouter_option | /admin/agence/{id}/abonnement/option/ajouter | Path does not match |
| 3 | abonnement_ajouter_pack | /admin/agence/{id}/abonnement/pack/ajouter | Path does not match |
| 4 | abonnement_changer_statut | /admin/agence/{id}/abonnement/statut | Path does not match |
| 5 | abonnement_email_config | /admin/abonnement/email/config | Path does not match |
| 6 | abonnement_console_catalogue | /admin/abonnement/console/catalogue | Path does not match |
| 7 | abonnement_console | /admin/abonnement/console | Path does not match |
| 8 | abonnement_console_agence_detail | /admin/abonnement/console/agence/{id} | Path does not match |
| 9 | abonnement_creer | /admin/agence/{id}/abonnement/creer | Path does not match |
| 10 | abonnement_dashboard | /admin/abonnement/dashboard | Path does not match |
| 11 | mon_abonnement_demander_renouvellement | /mon-abonnement/demander-renouvellement | Path does not match |
| 12 | abonnement_envoyer_email | /admin/agence/{id}/abonnement/envoyer-email | Path does not match |
| 13 | abonnement_facture_placeholder | /admin/agence/{id}/abonnement/facture-placeholder | Path does not match |
| 14 | abonnement_fiche | /admin/agence/{id}/abonnement | Path does not match |
| 15 | abonnement_generer_avenant | /admin/agence/{id}/abonnement/generer-avenant | Path does not match |
| 16 | abonnement_generer_facture | /admin/agence/{id}/abonnement/generer-facture | Path does not match |
| 17 | abonnement_email_historique | /admin/abonnement/email/historique | Path does not match |
| 18 | abonnements_list | /admin/abonnements | Path does not match |
| 19 | abonnement_parametrage_modifier | /admin/abonnement/parametrage/modifier | Path does not match |
| 20 | mon_abonnement | /mon-abonnement | Path does not match |
| 21 | abonnement_renouveler | /admin/agence/{id}/abonnement/renouveler | Path does not match |
| 22 | abonnement_email_renvoyer | /admin/abonnement/email/{id}/renvoyer | Path does not match |
| 23 | abonnement_retirer_module | /admin/agence/{id}/abonnement/retirer-module | Path does not match |
| 24 | abonnement_retirer_option | /admin/agence/{id}/abonnement/option/retirer | Path does not match |
| 25 | abonnement_retirer_pack | /admin/agence/{id}/abonnement/pack/retirer | Path does not match |
| 26 | abonnement_email_sauvegarder | /admin/abonnement/email/sauvegarder | Path does not match |
| 27 | abonnement_email_tester | /admin/abonnement/email/tester | Path does not match |
| 28 | abonnement_demande_traiter | /admin/abonnement/demande/{id}/traiter | Path does not match |
| 29 | abonnement_parametrage | /admin/abonnement/parametrage | Path does not match |
| 30 | abonnement_options_list | /admin/abonnement/options | Path does not match |
| 31 | abonnement_option_sauvegarder | /admin/abonnement/options/sauvegarder | Path does not match |
| 32 | abonnement_option_supprimer | /admin/abonnement/options/{id}/supprimer | Path does not match |
| 33 | app_accueil | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.