http://villagegreen.lefebvreharold.fr/

Routing

accueil Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /
# 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 / Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.