Routing
login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_caisse_index | /admin/caisses/ | Path does not match |
| 2 | app_caisse_mouvement_new | /admin/caisses/mouvement-new | Path does not match |
| 3 | app_caisse_transfert | /admin/caisses/transfert | Path does not match |
| 4 | app_caisse_export_pdf | /admin/caisses/admin/caisses/export/pdf | Path does not match |
| 5 | app_caisse_export_excel | /admin/caisses/admin/caisses/export/excel | Path does not match |
| 6 | admin_categorie_produit_index | /admin/categorie-produit/ | Path does not match |
| 7 | admin_categorie_produit_new | /admin/categorie-produit/new | Path does not match |
| 8 | admin_categorie_produit_edit | /admin/categorie-produit/{id}/edit | Path does not match |
| 9 | admin_categorie_produit_toggle | /admin/categorie-produit/{id}/toggle | Path does not match |
| 10 | app_dashboard | / | Path does not match |
| 11 | app_depense_index | /admin/depenses/ | Path does not match |
| 12 | app_depense_new | /admin/depenses/new | Path does not match |
| 13 | app_depense_edit | /admin/depenses/{id}/edit | Path does not match |
| 14 | app_depense_delete | /admin/depenses/{id}/delete | Path does not match |
| 15 | app_entreprise_index | /admin/entreprise/ | Path does not match |
| 16 | app_entreprise_edit | /admin/entreprise/edit | Path does not match |
| 17 | app_forme_juridique_index | /admin/formes-juridiques/ | Path does not match |
| 18 | app_forme_juridique_new | /admin/formes-juridiques/new | Path does not match |
| 19 | app_forme_juridique_edit | /admin/formes-juridiques/edit/{id} | Path does not match |
| 20 | app_forme_juridique_delete | /admin/formes-juridiques/delete/{id} | Path does not match |
| 21 | app_fournisseur_index | /admin/fournisseurs/ | Path does not match |
| 22 | app_fournisseur_new | /admin/fournisseurs/new | Path does not match |
| 23 | app_fournisseur_edit | /admin/fournisseurs/edit/{id} | Path does not match |
| 24 | app_fournisseur_toggle | /admin/fournisseurs/toggle/{id} | Path does not match |
| 25 | app_fourniture_index | /admin/fournitures/ | Path does not match |
| 26 | app_fourniture_new | /admin/fournitures/new | Path does not match |
| 27 | app_fourniture_edit | /admin/fournitures/{id}/edit | Path does not match |
| 28 | app_inventaire_index | /admin/inventaires/ | Path does not match |
| 29 | app_inventaire_new | /admin/inventaires/new | Path does not match |
| 30 | app_inventaire_validate | /admin/inventaires/validate | Path does not match |
| 31 | app_inventaire_view | /admin/inventaires/{id}/view | Path does not match |
| 32 | app_inventaire_pdf | /admin/inventaires/{id}/pdf | Path does not match |
| 33 | app_inventaire_excel | /admin/inventaires/{id}/excel | Path does not match |
| 34 | app_mvt_index | /admin/mouvements-stock/ | Path does not match |
| 35 | app_produit_index | /admin/produit/ | Path does not match |
| 36 | app_produit_new | /admin/produit/new | Path does not match |
| 37 | app_produit_edit | /admin/produit/{id}/edit | Path does not match |
| 38 | app_produit_toggle | /admin/produit/{id}/toggle | Path does not match |
| 39 | app_produit_prix | /admin/produit/{id}/prix | Path does not match |
| 40 | app_produit_prix_vente | /admin/produit/produit/prix-vente/{id} | Path does not match |
| 41 | app_rapport_depense_index | /admin/rapports/depenses/ | Path does not match |
| 42 | app_rapport_depense_pdf | /admin/rapports/depenses/pdf | Path does not match |
| 43 | app_rapport_depense_excel | /admin/rapports/depenses/excel | Path does not match |
| 44 | app_reporting_marge_vente | /admin/reporting/marge/vente | Path does not match |
| 45 | app_reporting_marge_ligne | /admin/reporting/marge/ligne | Path does not match |
| 46 | login | /login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.