Routing
praticiens_fiche
Matched route
Route Parameters
| Name | Value |
|---|---|
| slugJob | "psychanaliste" |
Route Matching Logs
Path to match:
/praticiens/psychanaliste
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | account_home | /account/ | Path does not match |
| 2 | account_board | /account/board | Path does not match |
| 3 | account_reservartion_move | /account/reservation/{id}/move | Path does not match |
| 4 | account_reservartion_pay | /account/reservation/{id}/pay | Path does not match |
| 5 | chat_index | /chat | Path does not match |
| 6 | chat_message | /chat/message | Path does not match |
| 7 | chat_frame | /chat/frame | Path does not match |
| 8 | default_home | / | Path does not match |
| 9 | default_login | /login | Path does not match |
| 10 | default_login_pro | /login-pro | Path does not match |
| 11 | default_logout | /logout | Path does not match |
| 12 | default_forgot_password | /forgot | Path does not match |
| 13 | default_reset_password | /reset-password/{email}/{token} | Path does not match |
| 14 | default_join-us | /join-us | Path does not match |
| 15 | default_nous-rejoindre | /nous-rejoindre | Path does not match |
| 16 | default_formations | /formations | Path does not match |
| 17 | default_formations-partenaires | /formations-partenaires | Path does not match |
| 18 | default_are-you-practitioner | /are-you-practitioner | Path does not match |
| 19 | default_professionnels-du-bien-etre | /professionnels-du-bien-etre | Path does not match |
| 20 | default_offre-entreprise | /offre-entreprise | Path does not match |
| 21 | default_conseils | /conseils | Path does not match |
| 22 | default_besoins | /besoins | Path does not match |
| 23 | default_mentions_legales | /mentions-legales | Path does not match |
| 24 | default_besoins_fiche | /besoins/{slug} | Path does not match |
| 25 | default_pratiques | /pratiques | Path does not match |
| 26 | default_pratiques_fiche | /pratiques/{slug} | Path does not match |
| 27 | default_search | /search | Path does not match |
| 28 | default_praticien_fiche | /praticien/{slug} | Path does not match |
| 29 | default_checkout_identification | /checkout/identification | Path does not match |
| 30 | default_checkout_choice | /checkout/choice | Path does not match |
| 31 | default_checkout_payment | /checkout/payment | Path does not match |
| 32 | default_checkout_success | /checkout/success | Path does not match |
| 33 | default_checkout_error | /checkout/error | Path does not match |
| 34 | default_stripevents | /stripevents | Path does not match |
| 35 | default_stripeventsconnect | /stripeventsconnect | Path does not match |
| 36 | default_test_google_calendar | /test-gc | Path does not match |
| 37 | default_test_google_calendar_callback | /test-gc-callback | Path does not match |
| 38 | default_test_ics | /test-ics | Path does not match |
| 39 | default_migration_coaching | /migration/coaching | Path does not match |
| 40 | praticiens_list | /praticiens/ | Path does not match |
| 41 | praticiens_fiche | /praticiens/{slugJob} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.