Routing
app_properties_show
Matched route
Route Parameters
Name | Value |
---|---|
id | "8" |
Route Matching Logs
Path to match:
/properties/8
# | Route name | Path | Log |
---|---|---|---|
1 | app_admin | /admin | Path does not match |
2 | app_appointment_index | /appointment/ | Path does not match |
3 | app_appointment_new | /appointment/new | Path does not match |
4 | app_appointment_show | /appointment/{id} | Path does not match |
5 | app_appointment_edit | /appointment/{id}/edit | Path does not match |
6 | app_appointment_delete | /appointment/{id} | Path does not match |
7 | app_category_admin | /category/ | Path does not match |
8 | app_category_index | /category/ | Path does not match |
9 | app_category_new | /category/new | Path does not match |
10 | app_category_show | /category/{name} | Path does not match |
11 | app_category_edit | /category/{id}/edit | Path does not match |
12 | app_category_delete | /category/{id} | Path does not match |
13 | app_contact_index | /contact/index | Path does not match |
14 | app_contact_new | /contact/ | Path does not match |
15 | app_contact_show | /contact/{id} | Path does not match |
16 | app_contact_edit | /contact/{id}/edit | Path does not match |
17 | app_contact_delete | /contact/{id} | Path does not match |
18 | app_favoris | /favori/favoris | Path does not match |
19 | app_favori_update | /favori/app_favori_update | Path does not match |
20 | app_about | /home/about | Path does not match |
21 | app_cgu | /home/cgu | Path does not match |
22 | app_cgv | /home/cgv | Path does not match |
23 | app_home_interest_index | /home/ | Path does not match |
24 | app_home_interest_new | /home/new | Path does not match |
25 | app_home_interest_show | /home/{id} | Path does not match |
26 | app_home_interest_edit | /home/{id}/edit | Path does not match |
27 | app_home_interest_delete | /home/{id} | Path does not match |
28 | app_housing_type_index | /housing/type/ | Path does not match |
29 | app_housing_type_new | /housing/type/new | Path does not match |
30 | app_housing_type_show | /housing/type/{id} | Path does not match |
31 | app_housing_type_edit | /housing/type/{id}/edit | Path does not match |
32 | app_housing_type_delete | /housing/type/{id} | Path does not match |
33 | app_image_index | /image/ | Path does not match |
34 | app_image_new | /image/new | Path does not match |
35 | app_image_show | /image/{id} | Path does not match |
36 | app_image_edit | /image/{id}/edit | Path does not match |
37 | app_image_delete | /image/{id} | Path does not match |
38 | app_pdf_generate | /pdf/{id} | Path does not match |
39 | app_properties_index | /properties/ | Path does not match |
40 | app_properties_new | /properties/new | Path does not match |
41 | app_properties_show | /properties/{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.