Routing
app_register
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/register
| # | 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} | Path does not match |
| 13 | viewProfessionnalPackage | /siteProfessionnal/listePackage/viewProfessionnalPackage/{compagny}/package/{package} | Path does not match |
| 14 | app_register | /register | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.