Routing
homepage
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | qr_code_generate | /qr-code/{builder}/{data} | Path does not match |
| 2 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 3 | _wdt | /_wdt/{token} | Path does not match |
| 4 | _profiler_home | /_profiler/ | Path does not match |
| 5 | _profiler_search | /_profiler/search | Path does not match |
| 6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 9 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 10 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 11 | _profiler_open_file | /_profiler/open | Path does not match |
| 12 | _profiler | /_profiler/{token} | Path does not match |
| 13 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 14 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 15 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 16 | app_admin_clients | /admin/clients/ | Path does not match |
| 17 | app_admin_clients_new | /admin/clients/new | Path does not match |
| 18 | app_admin_clients_show | /admin/clients/{id} | Path does not match |
| 19 | app_admin_clients_edit | /admin/clients/{id}/edit | Path does not match |
| 20 | app_admin_clients_delete | /admin/clients/{id}/delete | Path does not match |
| 21 | app_admin_dashboard | /admin/ | Path does not match |
| 22 | app_admin_projets | /admin/projets | Path does not match |
| 23 | app_admin_projets_new | /admin/projets/new | Path does not match |
| 24 | app_admin_projets_show | /admin/projets/{id} | Path does not match |
| 25 | app_admin_projets_close | /admin/projets/{id}/close | Path does not match |
| 26 | app_admin_projets_bilan | /admin/projets/{id}/bilan | Path does not match |
| 27 | app_admin_projets_operation | /admin/projets/{id}/operation | Path does not match |
| 28 | app_admin_devis | /admin/devis/ | Path does not match |
| 29 | app_admin_devis_new | /admin/devis/new | Path does not match |
| 30 | app_admin_devis_show | /admin/devis/{id} | Path does not match |
| 31 | app_admin_devis_print | /admin/devis/{id}/print | Path does not match |
| 32 | app_admin_devis_convert | /admin/devis/{id}/convert | Path does not match |
| 33 | app_admin_devis_status | /admin/devis/{id}/status/{status} | Path does not match |
| 34 | app_admin_employes | /admin/employes/ | Path does not match |
| 35 | app_admin_employes_new | /admin/employes/new | Path does not match |
| 36 | app_admin_employes_edit | /admin/employes/{id}/edit | Path does not match |
| 37 | app_admin_employes_show | /admin/employes/{id} | Path does not match |
| 38 | app_admin_employes_delete | /admin/employes/{id}/delete | Path does not match |
| 39 | app_admin_fournisseurs | /admin/fournisseurs/ | Path does not match |
| 40 | app_admin_fournisseurs_new | /admin/fournisseurs/new | Path does not match |
| 41 | app_admin_fournisseurs_show | /admin/fournisseurs/{id} | Path does not match |
| 42 | app_admin_fournisseurs_edit | /admin/fournisseurs/{id}/edit | Path does not match |
| 43 | app_admin_fournisseurs_delete | /admin/fournisseurs/{id}/delete | Path does not match |
| 44 | app_admin_fournisseurs_arrivage | /admin/fournisseurs/{id}/arrivage | Path does not match |
| 45 | app_admin_inventory | /admin/inventaire/ | Path does not match |
| 46 | app_admin_inventory_update | /admin/inventaire/update/{id} | Path does not match |
| 47 | app_admin_operations | /admin/operations/ | Path does not match |
| 48 | app_admin_pos | /admin/caisse/ | Path does not match |
| 49 | app_admin_pos_history | /admin/caisse/historique | Path does not match |
| 50 | app_admin_caisse_ticket_print | /admin/caisse/ticket/{id} | Path does not match |
| 51 | app_admin_pos_print_receipt | /admin/caisse/print-receipt/{opIds} | Path does not match |
| 52 | app_admin_pos_cloture | /admin/caisse/cloture | Path does not match |
| 53 | app_admin_pos_cloture_history | /admin/caisse/cloture/historique | Path does not match |
| 54 | app_admin_pos_cloture_show | /admin/caisse/cloture/{id} | Path does not match |
| 55 | app_admin_produits_import_excel | /admin/produits/import-excel | Path does not match |
| 56 | app_admin_produits_template | /admin/produits/modele-import | Path does not match |
| 57 | app_admin_produits | /admin/produits/ | Path does not match |
| 58 | app_admin_produits_new | /admin/produits/new | Path does not match |
| 59 | app_admin_produits_show | /admin/produits/{id} | Path does not match |
| 60 | app_admin_produits_edit | /admin/produits/{id}/edit | Path does not match |
| 61 | app_admin_produits_delete | /admin/produits/{id}/delete | Path does not match |
| 62 | app_admin_settings | /admin/settings/ | Path does not match |
| 63 | app_admin_facture_print_batch | /admin/facture/batch/imprimer | Path does not match |
| 64 | app_admin_facture_print | /admin/facture/{id}/imprimer | Path does not match |
| 65 | app_admin_projets_export | /admin/facture/projet/{id}/export | Path does not match |
| 66 | app_admin_pos_ticket | /admin/facture/ticket/{id} | Path does not match |
| 67 | homepage | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.