Routing
app_index
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 | app_article | /article/{tri}/{asc} | Path does not match |
| 2 | app_articles_retires | /retires/{tri}/{asc} | Path does not match |
| 3 | app_articles_by_filtres | /articles/filtres/{slug}/{idf}/{tri}/{asc} | Path does not match |
| 4 | app_article_new | /article_add | Path does not match |
| 5 | app_article_edit | /article_edit/{id} | Path does not match |
| 6 | app_vetements_statistiques | /vetements/statistiques/ | Path does not match |
| 7 | app_stock | /articles/stock | Path does not match |
| 8 | app_categorie_index | /categorie/ | Path does not match |
| 9 | app_categorie_new | /categorie/new | Path does not match |
| 10 | app_categorie_show | /categorie/{id} | Path does not match |
| 11 | app_categorie_edit | /categorie/{id}/edit | Path does not match |
| 12 | app_categorie_delete | /categorie/{id} | Path does not match |
| 13 | app_certificat_index | /certificat/ | Path does not match |
| 14 | app_certificat_new | /certificat/new | Path does not match |
| 15 | app_certificat_show | /certificat/{id} | Path does not match |
| 16 | app_certificat_edit | /certificat/{id}/edit | Path does not match |
| 17 | app_certificat_delete | /certificat/{id} | Path does not match |
| 18 | app_conducteur_index | /vehicule/conducteur/ | Path does not match |
| 19 | app_conducteur_new | /vehicule/conducteur/new | Path does not match |
| 20 | app_conducteur_show | /vehicule/conducteur/{id} | Path does not match |
| 21 | app_conducteur_edit | /vehicule/conducteur/{id}/edit | Path does not match |
| 22 | app_conducteur_delete | /vehicule/conducteur/{id} | Path does not match |
| 23 | app_declinaison | /article/declinaison/declinaison/{article_id} | Path does not match |
| 24 | app_declinaison_add | /article/declinaison/add/{article_id} | Path does not match |
| 25 | app_declinaison_edit | /article/declinaison/edit/{id}/{article_id} | Path does not match |
| 26 | app_declinaison_delete | /article/declinaison/delete/{id}/{article_id} | Path does not match |
| 27 | app_modal | /article/declinaison/modal | Path does not match |
| 28 | app_distribution_index | /distribution/ | Path does not match |
| 29 | app_distribution_beneficiaire | /distribution/distribution_beneficiare | Path does not match |
| 30 | app_distribution_new | /distribution/new | Path does not match |
| 31 | app_distribution_articles | /distribution/article/{tri}/{asc} | Path does not match |
| 32 | app_distribution_show | /distribution/recap/{id} | Path does not match |
| 33 | app_distribution_compute | /distribution/compute/{id} | Path does not match |
| 34 | app_distribution_delete | /distribution/delete/{id} | Path does not match |
| 35 | app_distribution_pdf | /distribution/pdf/{id} | Path does not match |
| 36 | app_ajax_search_beneficiaire | /distribution/beneficiaire/ | Path does not match |
| 37 | app_distribution_detail_index | /distribution/detail/ | Path does not match |
| 38 | app_distribution_detail_new | /distribution/detail/new/{article_id} | Path does not match |
| 39 | app_distribution_detail_show | /distribution/detail/{id} | Path does not match |
| 40 | app_distribution_detail_edit | /distribution/detail/{id}/edit/{article_id} | Path does not match |
| 41 | app_distribution_detail_delete | /distribution/detaildelete/{id}/{article_id} | Path does not match |
| 42 | app_facture | /vehicule/facture/{vehicule_id} | Path does not match |
| 43 | show_facture | /vehicule/pdf/{filePath} | Path does not match |
| 44 | app_facture_delete | /vehicule/facture/delete/{vehicule_id}/{id} | Path does not match |
| 45 | app_livraison_index | /livraison/ | Path does not match |
| 46 | app_livraison_new | /livraison/new | Path does not match |
| 47 | app_livraison_articles | /livraison/article/{tri}/{asc} | Path does not match |
| 48 | app_livraison_show | /livraison/{id} | Path does not match |
| 49 | app_livraison_edit | /livraison/{id}/edit | Path does not match |
| 50 | app_livraison_delete | /livraison/delete/{id} | Path does not match |
| 51 | app_livraison_compute | /livraison/compute/{id} | Path does not match |
| 52 | app_livraison_detail_index | /livraison/detail/ | Path does not match |
| 53 | app_livraison_detail_new | /livraison/detail/new/{article_id} | Path does not match |
| 54 | app_livraison_detail_show | /livraison/detail/{id} | Path does not match |
| 55 | app_livraison_detail_edit | /livraison/detail/{id}/edit/{article_id} | Path does not match |
| 56 | app_livraison_detail_delete | /livraison/detail/{id}/{article_id} | Path does not match |
| 57 | app_index | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.