Routing
championnat
Matched route
Route Parameters
| Name | Value |
|---|---|
| slugcat | "senior-masculin" |
| slugday | null |
| slugligue | "LRGBB" |
Route Matching Logs
Path to match:
/championnat/LRGBB/senior-masculin
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | account | /mon-compte | Path does not match |
| 2 | account.update | /mon-compte/update | Path does not match |
| 3 | account.link_license | /mon-compte/lier-licence | Path does not match |
| 4 | account.player_profile | /mon-profil-joueur | Path does not match |
| 5 | championnats | /championnats | Path does not match |
| 6 | championnat.game | /championnat/match/{slugGame} | Path does not match |
| 7 | championnat.dayAjax | /championnat/dayAjax | Path does not match |
| 8 | championnat.update.score.json | /championnat/json/game/update-score | Path does not match |
| 9 | championnat | /championnat/{slugligue}/{slugcat}/{slugday} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.