Routing
app_show_service
Matched route
Route Parameters
Name | Value |
---|---|
category_title | "Particuliers" |
id | "2" |
service_title | "Coaching professionnel orienté sur la personne" |
Route Matching Logs
Path to match:
/Particuliers/Coaching%20professionnel%20orient%C3%A9%20sur%20la%20personne_2
# | Route name | Path | Log |
---|---|---|---|
1 | app_bill_index | /admin/bill/ | Path does not match |
2 | app_bill_new | /admin/bill/new | Path does not match |
3 | app_bill_show | /admin/bill/{id} | Path does not match |
4 | app_bill_edit | /admin/bill/{id}/edit | Path does not match |
5 | app_bill_delete | /admin/bill/{id} | Path does not match |
6 | app_booking_index | /admin/booking/ | Path does not match |
7 | app_booking_new | /admin/booking/new/{id} | Path does not match |
8 | app_admin_rdvs | /admin/booking/rdvs | Path does not match |
9 | app_booking_show | /admin/booking/{id} | Path does not match |
10 | app_booking_edit | /admin/booking/{id}/edit | Path does not match |
11 | app_booking_delete | /admin/booking/{id} | Path does not match |
12 | app_category_index | /admin/category/ | Path does not match |
13 | app_category_new | /admin/category/new | Path does not match |
14 | app_category_show | /admin/category/voir-categorie/{id} | Path does not match |
15 | app_category_edit | /admin/category/{id}/edit | Path does not match |
16 | app_category_delete | /admin/category/{id} | Path does not match |
17 | app_choice_index | /admin/choice/ | Path does not match |
18 | app_choice_new | /admin/choice/new | Path does not match |
19 | app_choice_show | /admin/choice/{id} | Path does not match |
20 | app_choice_edit | /admin/choice/{id}/edit | Path does not match |
21 | app_choice_delete | /admin/choice/{id} | Path does not match |
22 | app_commentary_index | /admin/commentary/ | Path does not match |
23 | app_commentary_new | /admin/commentary/new | Path does not match |
24 | app_commentary_show | /admin/commentary/{id} | Path does not match |
25 | app_commentary_edit | /admin/commentary/{id}/edit | Path does not match |
26 | app_commentary_delete | /admin/commentary/{id} | Path does not match |
27 | app_contact_index | /admin/contact/ | Path does not match |
28 | app_contact_new | /admin/contact/new | Path does not match |
29 | app_contact_show | /admin/contact/{id} | Path does not match |
30 | app_contact_edit | /admin/contact/{id}/edit | Path does not match |
31 | app_contact_delete | /admin/contact/{id} | Path does not match |
32 | app_coordonate_index | /admin/coordonate/ | Path does not match |
33 | app_coordonate_new | /admin/coordonate/new | Path does not match |
34 | app_coordonate_show | /admin/coordonate/{id} | Path does not match |
35 | app_coordonate_edit | /admin/coordonate/{id}/edit | Path does not match |
36 | app_coordonate_delete | /admin/coordonate/{id} | Path does not match |
37 | show_dashboard | /admin/dashboard/tableau-de-bord | Path does not match |
38 | app_disponibility_index | /admin/disponibility/ | Path does not match |
39 | app_disponibility_new | /admin/disponibility/new | Path does not match |
40 | app_disponibility_show | /admin/disponibility/{id} | Path does not match |
41 | app_disponibility_edit | /admin/disponibility/{id}/edit | Path does not match |
42 | app_disponibility_delete | /admin/disponibility/{id} | Path does not match |
43 | app_legal_index | /admin/legal/ | Path does not match |
44 | app_legal_new | /admin/legal/new | Path does not match |
45 | app_legal_show | /admin/legal/{id} | Path does not match |
46 | app_legal_edit | /admin/legal/{id}/edit | Path does not match |
47 | app_legal_delete | /admin/legal/{id} | Path does not match |
48 | app_privacy_index | /admin/privacy/ | Path does not match |
49 | app_privacy_new | /admin/privacy/new | Path does not match |
50 | app_privacy_show | /admin/privacy/{id} | Path does not match |
51 | app_privacy_edit | /admin/privacy/{id}/edit | Path does not match |
52 | app_privacy_delete | /admin/privacy/{id} | Path does not match |
53 | app_service_index | /admin/service/ | Path does not match |
54 | app_service_new | /admin/service/new | Path does not match |
55 | app_service_show | /admin/service/{id} | Path does not match |
56 | app_service_edit | /admin/service/{id}/edit | Path does not match |
57 | app_service_delete | /admin/service/{id} | Path does not match |
58 | app_theme_index | /admin/theme/ | Path does not match |
59 | app_theme_new | /admin/theme/new | Path does not match |
60 | app_theme_show | /admin/theme/{id} | Path does not match |
61 | app_theme_edit | /admin/theme/{id}/edit | Path does not match |
62 | app_theme_delete | /admin/theme/{id} | Path does not match |
63 | app_user_index | /admin/user/ | Path does not match |
64 | app_user_new | /admin/user/new | Path does not match |
65 | app_user_show | /admin/user/{id} | Path does not match |
66 | app_user_edit | /admin/user/{id}/edit | Path does not match |
67 | app_user_delete | /admin/user/{id} | Path does not match |
68 | app_show_services_from_category | /{category_title}_{id} | Path does not match |
69 | app_add_commentary | /ajouter-un-commentaire?/{category_title}/{service_title}_{id} | Path does not match |
70 | app_new_contact | /contacts/new | Path does not match |
71 | app_coordonates | /coordonates | Path does not match |
72 | app_home | / | Path does not match |
73 | app_render_categories_in_nav | /category | Path does not match |
74 | app_legals | /legals | Path does not match |
75 | app_privacies | /privacies | Path does not match |
76 | app_forgot_password_request | /reset-password | Path does not match |
77 | app_check_email | /reset-password/check-email | Path does not match |
78 | app_reset_password | /reset-password/reset/{token} | Path does not match |
79 | app_login | /login | Path does not match |
80 | app_logout | /logout | Path does not match |
81 | app_change_user_password | /profile/changer-mon-mot-de-passe | Path does not match |
82 | app_show_service | /{category_title}/{service_title}_{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.