Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
# | 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} | Path does not match |
43 | app_register | /register | Path does not match |
44 | app_verify_email | /verify/email | Path does not match |
45 | search | /search | Path does not match |
46 | app_login | /login | Path does not match |
47 | app_logout | /logout | Path does not match |
48 | app_profil | /profil | Path does not match |
49 | profilUpdate | /profil/post | Path does not match |
50 | mescommandes | /profil/mescommandes | Path does not match |
51 | _preview_error | /_error/{code}.{_format} | Path does not match |
52 | _wdt | /_wdt/{token} | Path does not match |
53 | _profiler_home | /_profiler/ | Path does not match |
54 | _profiler_search | /_profiler/search | Path does not match |
55 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
56 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
57 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
58 | _profiler_open_file | /_profiler/open | Path does not match |
59 | _profiler | /_profiler/{token} | Path does not match |
60 | _profiler_router | /_profiler/{token}/router | Path does not match |
61 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
62 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.