Routing
produit_details
Matched route
Route Parameters
Name | Value |
---|---|
id | "4" |
Route Matching Logs
Path to match:
/produits/details/4
# | Route name | Path | Log |
---|---|---|---|
1 | admin_accueil | /admin | Path does not match |
2 | admin_index | /admin/produit/ | Path does not match |
3 | admin_new | /admin/produit/new | Path does not match |
4 | admin_edit | /admin/produit/{id}/edit | Path does not match |
5 | admin_show | /admin/produit/{id} | Path does not match |
6 | admin_delete | /admin/produit/{id} | Path does not match |
7 | ProduitsListe | /api/produits | Path does not match |
8 | produit | /api/produits/{id} | Path does not match |
9 | CategorieListe | /api/categorie | Path does not match |
10 | categorie | /api/categorie/{id} | Path does not match |
11 | EmployeeListe | /api/employee | Path does not match |
12 | employee | /api/employee/{id} | Path does not match |
13 | InsertProduit | /api/produits | Path does not match |
14 | InsertCategorie | /api/categorie | Path does not match |
15 | UpdateCategorie | /api/categorie/{id} | Path does not match |
16 | UpdateProduit | /api/produits/{id} | Path does not match |
17 | DeleteProduit | /api/produits | Path does not match |
18 | DeleteCategorie | /api/categorie | Path does not match |
19 | UploadFile | /api/files/{table}/{id} | Path does not match |
20 | categories_admin_index | /admin/categories/ | Path does not match |
21 | categories_admin_new | /admin/categories/new | Path does not match |
22 | categories_admin_edit | /admin/categories/{id}/edit | Path does not match |
23 | categories_admin_show | /admin/categories/{id} | Path does not match |
24 | categories_admin_delete | /admin/categories/{id} | Path does not match |
25 | categories | /categories/{id} | Path does not match |
26 | facturePdf | /facture/pdf/{order} | Path does not match |
27 | facturePdfadmin | /facture/pdfadmin/{order} | Path does not match |
28 | facture | /facture/vu/{order} | Path does not match |
29 | accueil | / | Path does not match |
30 | paiement | /paiement | Path does not match |
31 | OrderComplete | /paiementvalider | Path does not match |
32 | commandeTerminer | /commandevalider | Path does not match |
33 | paniers_add | /paniers/add | Path does not match |
34 | panierAddJson | /paniers/add/json | Path does not match |
35 | paniers_update | /paniers/update | Path does not match |
36 | paniers_update_json | /paniers/update/json | Path does not match |
37 | paniers | /paniers/ | Path does not match |
38 | livraison | /paniers/livraison | Path does not match |
39 | validation | /paniers/livraison/validation | Path does not match |
40 | produits | /produits/ | Path does not match |
41 | produits_listes | /produits/listes/{id} | Path does not match |
42 | produit_details | /produits/details/{id} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.