Routing
indexProfessionnalPackage
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "2" |
Route Matching Logs
Path to match:
/siteProfessionnal/listePackage/indexProfessionnalPackage/2
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | community | /community | Path does not match |
| 2 | contact | /contact | Path does not match |
| 3 | help | /help | Path does not match |
| 4 | home | /home | Path does not match |
| 5 | legalNotice | /legal/notice | Path does not match |
| 6 | presentation | /presentation | Path does not match |
| 7 | siteProfessionnal | /siteProfessionnal/ | Path does not match |
| 8 | viewProfessionnalPresentation | /siteProfessionnal/profil/viewClient/{id} | Path does not match |
| 9 | viewProfessionnalGalleryPhoto | /siteProfessionnal/profil/viewProfessionnalGalleryPhoto/{id} | Path does not match |
| 10 | viewProfessionnalGalleryVideo | /siteProfessionnal/profil/viewProfessionnalGalleryVideo/{id} | Path does not match |
| 11 | viewProfessionnalGalleryEvent | /siteProfessionnal/profil/viewProfessionnalGalleryEvent/{id} | Path does not match |
| 12 | indexProfessionnalPackage | /siteProfessionnal/listePackage/indexProfessionnalPackage/{id} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.