Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | balance_index | /comptabilite/balance/ | Path does not match |
| 2 | bilan_index | /comptabilite/bilan/ | Path does not match |
| 3 | bon_livraison_index | /vente/bon-livraison/ | Path does not match |
| 4 | bon_livraison_show | /vente/bon-livraison/{id} | Path does not match |
| 5 | bon_livraison_pdf | /vente/bon-livraison/{id}/pdf | Path does not match |
| 6 | bon_livraison_generer_facture | /vente/bon-livraison/{id}/generer-facture | Path does not match |
| 7 | change_password | /change-password | Path does not match |
| 8 | cheque_effet_index | /tresorerie/portefeuille/ | Path does not match |
| 9 | cheque_effet_show | /tresorerie/portefeuille/{id} | Path does not match |
| 10 | cheque_effet_remettre | /tresorerie/portefeuille/{id}/remettre-en-banque | Path does not match |
| 11 | cheque_effet_encaisser | /tresorerie/portefeuille/{id}/encaisser | Path does not match |
| 12 | cheque_effet_impaye | /tresorerie/portefeuille/{id}/impaye | Path does not match |
| 13 | client_index | /vente/client/ | Path does not match |
| 14 | client_new | /vente/client/nouveau | Path does not match |
| 15 | client_edit | /vente/client/{id}/edition | Path does not match |
| 16 | client_delete | /vente/client/{id}/suppression | Path does not match |
| 17 | app_commande_achat_index | /achats-stock/commandes-achat/ | Path does not match |
| 18 | app_commande_achat_index_consommable | /achats-stock/commandes-achat/consommables | Path does not match |
| 19 | app_commande_achat_new | /achats-stock/commandes-achat/nouveau | Path does not match |
| 20 | app_commande_achat_new_consommable | /achats-stock/commandes-achat/nouveau-consommable | Path does not match |
| 21 | app_commande_achat_show | /achats-stock/commandes-achat/{id} | Path does not match |
| 22 | app_commande_achat_pdf | /achats-stock/commandes-achat/{id}/pdf | Path does not match |
| 23 | app_commande_achat_edit | /achats-stock/commandes-achat/{id}/modifier | Path does not match |
| 24 | app_commande_achat_valider | /achats-stock/commandes-achat/{id}/valider | Path does not match |
| 25 | app_commande_achat_annuler | /achats-stock/commandes-achat/{id}/annuler | Path does not match |
| 26 | app_commande_achat_delete | /achats-stock/commandes-achat/{id}/supprimer | Path does not match |
| 27 | commande_index | /vente/commande/ | Path does not match |
| 28 | commande_new | /vente/commande/nouvelle | Path does not match |
| 29 | commande_show | /vente/commande/{id} | Path does not match |
| 30 | commande_livraison_form | /vente/commande/{id}/livraison | Path does not match |
| 31 | commande_livraison_valider | /vente/commande/{id}/livraison | Path does not match |
| 32 | comptabilite_dashboard | /comptabilite/tableau-de-bord | Path does not match |
| 33 | compte_comptable_index | /comptabilite/plan-comptable/ | Path does not match |
| 34 | compte_comptable_new | /comptabilite/plan-comptable/nouveau | Path does not match |
| 35 | compte_comptable_edit | /comptabilite/plan-comptable/{id}/edition | Path does not match |
| 36 | compte_resultat_index | /comptabilite/compte-resultat/ | Path does not match |
| 37 | compte_tresorerie_index | /tresorerie/compte/ | Path does not match |
| 38 | compte_tresorerie_new | /tresorerie/compte/nouveau | Path does not match |
| 39 | compte_tresorerie_edit | /tresorerie/compte/{id}/edition | Path does not match |
| 40 | compte_tresorerie_show | /tresorerie/compte/{id} | Path does not match |
| 41 | app_dashboard_index | /achats-stock | Path does not match |
| 42 | ecriture_comptable_index | /comptabilite/ecriture/ | Path does not match |
| 43 | ecriture_comptable_show | /comptabilite/ecriture/{id} | Path does not match |
| 44 | ecriture_comptable_new_od | /comptabilite/ecriture/nouvelle/od | Path does not match |
| 45 | app_entrepot_index | /achats-stock/entrepots/ | Path does not match |
| 46 | app_entrepot_new | /achats-stock/entrepots/nouveau | Path does not match |
| 47 | app_entrepot_show | /achats-stock/entrepots/{id} | Path does not match |
| 48 | app_entrepot_edit | /achats-stock/entrepots/{id}/modifier | Path does not match |
| 49 | facture_achat_index | /achat/facture/ | Path does not match |
| 50 | facture_achat_choisir_reception | /achat/facture/nouvelle | Path does not match |
| 51 | facture_achat_generer | /achat/facture/generer/{id} | Path does not match |
| 52 | facture_achat_show | /achat/facture/{id} | Path does not match |
| 53 | facture_achat_pdf | /achat/facture/{id}/pdf | Path does not match |
| 54 | facture_achat_paiement | /achat/facture/{id}/paiement | Path does not match |
| 55 | facture_index | /vente/facture/ | Path does not match |
| 56 | facture_show | /vente/facture/{id} | Path does not match |
| 57 | facture_pdf | /vente/facture/{id}/pdf | Path does not match |
| 58 | facture_paiement | /vente/facture/{id}/paiement | Path does not match |
| 59 | app_fournisseur_index | /achats-stock/fournisseurs/ | Path does not match |
| 60 | app_fournisseur_new | /achats-stock/fournisseurs/nouveau | Path does not match |
| 61 | app_fournisseur_show | /achats-stock/fournisseurs/{id} | Path does not match |
| 62 | app_fournisseur_edit | /achats-stock/fournisseurs/{id}/modifier | Path does not match |
| 63 | app_fournisseur_delete | /achats-stock/fournisseurs/{id}/supprimer | Path does not match |
| 64 | mstope_gestion_conge | /gestion-conge/ | Path does not match |
| 65 | app_change_password | /change-password | Path does not match |
| 66 | grand_livre_index | /comptabilite/grand-livre/ | Path does not match |
| 67 | grand_livre_show | /comptabilite/grand-livre/{id} | Path does not match |
| 68 | journal_comptable_index | /comptabilite/journal/ | Path does not match |
| 69 | app_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.