Routing
        accueil
        Matched route
    
Route Parameters
No parameters.
Route Matching Logs
    Path to match: 
/
| # | Route name | Path | Log | 
|---|---|---|---|
| 1 | admin | /admin | Path does not match | 
| 2 | contact | /contact | Path does not match | 
| 3 | country_index | /country/all.{_format} | Path does not match | 
| 4 | country_new | /country/new | Path does not match | 
| 5 | country_show | /country/{id} | Path does not match | 
| 6 | country_edit | /country/{id}/edit | Path does not match | 
| 7 | country_delete | /country/delete/{id} | Path does not match | 
| 8 | accueil | / | Route matches! | 
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.