Routing
home
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
(route: "n/a")
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt | /_wdt/{token} | Path does not match |
| 3 | _profiler_home | /_profiler/ | Path does not match |
| 4 | _profiler_search | /_profiler/search | Path does not match |
| 5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 7 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 8 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 9 | _profiler_open_file | /_profiler/open | Path does not match |
| 10 | _profiler | /_profiler/{token} | Path does not match |
| 11 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 12 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 13 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 14 | app_appareil_index | /appareil/ | Path does not match |
| 15 | app_appareilbw_index | /appareil/appareilbw | Path does not match |
| 16 | app_appareil_export | /appareil/appareils/export | Path does not match |
| 17 | app_appareil_filtre_index | /appareil/appareils | Path does not match |
| 18 | app_appareil_new | /appareil/new | Path does not match |
| 19 | app_appareil_show | /appareil/{id} | Path does not match |
| 20 | app_appareil_edit | /appareil/{id}/edit | Path does not match |
| 21 | app_appareil_delete | /appareil/{id} | Path does not match |
| 22 | app_categorie_index | /categorie/ | Path does not match |
| 23 | app_categorie_new | /categorie/new | Path does not match |
| 24 | app_categorie_show | /categorie/{id} | Path does not match |
| 25 | app_categorie_edit | /categorie/{id}/edit | Path does not match |
| 26 | app_categorie_delete | /categorie/{id} | Path does not match |
| 27 | app_client_index | /client/ | Path does not match |
| 28 | export_client | /client/export/client | Path does not match |
| 29 | app_client_new | /client/new | Path does not match |
| 30 | app_client_show | /client/{id} | Path does not match |
| 31 | app_client_edit | /client/{id}/edit | Path does not match |
| 32 | app_client_delete | /client/{id} | Path does not match |
| 33 | get_prime_by_category | /contrat/get-prime-by-category | Path does not match |
| 34 | get_extension_price_by_category | /contrat/get-extension-price-by-category | Path does not match |
| 35 | get_all_primes | /contrat/get-all-primes/{distributeurId} | Path does not match |
| 36 | get_prime | /contrat/get-prime | Path does not match |
| 37 | app_contrat_index | /contrat/index | Path does not match |
| 38 | get_prime_bw | /contrat/get-primebw | Path does not match |
| 39 | app_contrat_categorie_index | /contrat/index/CasseAccidentelle/{id} | Path does not match |
| 40 | app_contratbw_index | /contrat/indexbw | Path does not match |
| 41 | app_contrat_filtre_index | /contrat/contrats | Path does not match |
| 42 | export_contrats | /contrat/export/contrats | Path does not match |
| 43 | app_contrat_new | /contrat/new | Path does not match |
| 44 | app_contratbw_new | /contrat/newbw | Path does not match |
| 45 | get_sous_categories | /contrat/get-sous-categories/{id} | Path does not match |
| 46 | get_options_by_categorie | /contrat/get-options/categorie/{id} | Path does not match |
| 47 | get_options_by_souscategorie | /contrat/get-options/souscategorie/{id} | Path does not match |
| 48 | app_contrat_pdf_view | /contrat/{id}/viewpdf | Path does not match |
| 49 | app_contrat_pdf | /contrat/{id}/downloadpdf | Path does not match |
| 50 | app_contratbwpdf | /contrat/{id}/contratbw/downloadpdf | Path does not match |
| 51 | app_contrat_show | /contrat/{id} | Path does not match |
| 52 | app_contrat_edit | /contrat/{id}/edit | Path does not match |
| 53 | app_contrat_delete | /contrat/{id} | Path does not match |
| 54 | garanties_list | /garanties | Path does not match |
| 55 | app_historique_index | /historique/ | Path does not match |
| 56 | app_historique_new | /historique/new | Path does not match |
| 57 | app_historique_show | /historique/{id} | Path does not match |
| 58 | app_historique_edit | /historique/{id}/edit | Path does not match |
| 59 | app_historique_delete | /historique/{id} | Path does not match |
| 60 | 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.