Routing
app_home
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/admin-product/new
(route: "n/a")
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_article_commande_index | /article/commande/ | Path does not match |
| 2 | app_article_commande_list | /article/commande/list/{commandeId} | Path does not match |
| 3 | app_article_commande_show | /article/commande/{id} | Path does not match |
| 4 | app_article_commande_edit | /article/commande/{id}/edit | Path does not match |
| 5 | app_article_commande_delete | /article/commande/{id} | Path does not match |
| 6 | app_article_facture_index | /article/facture/ | Path does not match |
| 7 | app_article_facture_new | /article/facture/new/{factureId} | Path does not match |
| 8 | app_article_facture_show | /article/facture/{id} | Path does not match |
| 9 | app_article_facture_edit | /article/facture/{id}/edit | Path does not match |
| 10 | app_article_facture_delete | /article/facture/{id} | Path does not match |
| 11 | app_product_back_new | /admin-product/new | Path does not match |
| 12 | app_categorie_product_index | /categorie/product/ | Path does not match |
| 13 | app_categorie_product_new | /categorie/product/new | Path does not match |
| 14 | app_categorie_product_show | /categorie/product/{id} | Path does not match |
| 15 | app_categorie_product_edit | /categorie/product/{id}/edit | Path does not match |
| 16 | app_categorie_product_delete | /categorie/product/{id} | Path does not match |
| 17 | app_client_index | /client/ | Path does not match |
| 18 | app_client_new | /client/new | Path does not match |
| 19 | app_client_show | /client/{id} | Path does not match |
| 20 | app_client_edit | /client/{id}/edit | Path does not match |
| 21 | app_client_delete | /client/{id} | Path does not match |
| 22 | app_commande_index | /commande/ | Path does not match |
| 23 | app_commande_historique | /commande/historique | Path does not match |
| 24 | app_commande_new | /commande/new | Path does not match |
| 25 | app_commande_show | /commande/{id} | Path does not match |
| 26 | app_commande_edit | /commande/{id}/edit | Path does not match |
| 27 | app_commande_validation | /commande/{id}/validation | Path does not match |
| 28 | app_commande_validate | /commande/{id}/validate | Path does not match |
| 29 | app_commande_delete | /commande/{id} | Path does not match |
| 30 | app_depot_index | /depot/ | Path does not match |
| 31 | app_depot_new | /depot/new | Path does not match |
| 32 | app_depot_show | /depot/{id} | Path does not match |
| 33 | app_depot_edit | /depot/{id}/edit | Path does not match |
| 34 | app_depot_delete | /depot/{id} | Path does not match |
| 35 | app_facture_index | /facture/ | Path does not match |
| 36 | app_facture_new | /facture/new | Path does not match |
| 37 | app_facture_show | /facture/{id} | Path does not match |
| 38 | app_facture_edit | /facture/{id}/edit | Path does not match |
| 39 | app_facture_delete | /facture/{id} | Path does not match |
| 40 | app_fournisseur_index | /fournisseur/ | Path does not match |
| 41 | app_fournisseur_new | /fournisseur/new | Path does not match |
| 42 | app_fournisseur_export | /fournisseur/export | Path does not match |
| 43 | app_fournisseur_import | /fournisseur/import | Path does not match |
| 44 | app_fournisseur_show | /fournisseur/{id} | Path does not match |
| 45 | app_fournisseur_edit | /fournisseur/{id}/edit | Path does not match |
| 46 | app_fournisseur_delete | /fournisseur/{id} | Path does not match |
| 47 | app_historic_mvm_stock_index | /historic/mvm/stock/ | Path does not match |
| 48 | app_historic_mvm_stock_new | /historic/mvm/stock/new | Path does not match |
| 49 | app_historic_mvm_stock_show | /historic/mvm/stock/{id} | Path does not match |
| 50 | app_historic_mvm_stock_edit | /historic/mvm/stock/{id}/edit | Path does not match |
| 51 | app_historic_mvm_stock_delete | /historic/mvm/stock/{id} | Path does not match |
| 52 | app_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.