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 | app_login | /login | Path does not match |
| 2 | app_authenticate | /authenticate | Path does not match |
| 3 | app_logout | /logout | Path does not match |
| 4 | clients | /clients | Path does not match |
| 5 | client_nouveau | /clients/nouveau | Path does not match |
| 6 | client_voir | /clients/{id} | Path does not match |
| 7 | client_modifier | /clients/{id}/modifier | Path does not match |
| 8 | client_supprimer | /clients/{id}/supprimer | Path does not match |
| 9 | devis | /devis | Path does not match |
| 10 | devis_brouillons | /devis/brouillons | Path does not match |
| 11 | devis_abandonner | /devis/{id}/abandonner | Path does not match |
| 12 | devis_nouveau | /devis/nouveau | Path does not match |
| 13 | devis_detail | /devis/{id} | Path does not match |
| 14 | devis_changer_statut | /devis/{id}/changer-statut/{nouveauStatut} | Path does not match |
| 15 | devis_modifier | /devis/{id}/modifier | Path does not match |
| 16 | devis_dupliquer | /devis/{id}/dupliquer | Path does not match |
| 17 | devis_pdf | /devis/{id}/pdf | Path does not match |
| 18 | devis_supprimer | /devis/{id}/supprimer | Path does not match |
| 19 | devis_ajouter_section | /devis/{id}/ajouter-section | Path does not match |
| 20 | devis_modifier_section | /devis/section/{id}/modifier | Path does not match |
| 21 | devis_supprimer_section | /devis/section/{id}/supprimer | Path does not match |
| 22 | devis_ligne_toggle_exergue | /devis/ligne/{id}/toggle-exergue | Path does not match |
| 23 | devis_ajouter_ligne_exergue | /devis/{id}/ajouter-ligne-exergue | Path does not match |
| 24 | devis_ajouter_ligne | /devis/{id}/ajouter-ligne | Path does not match |
| 25 | devis_modifier_ligne | /devis/ligne/{id}/modifier | Path does not match |
| 26 | devis_supprimer_ligne | /devis/ligne/{id}/supprimer | Path does not match |
| 27 | devis_update_totals | /devis/{id}/update-totals | Path does not match |
| 28 | 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.