Routing
app_home
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
# | 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} | Path does not match |
42 | app_properties_edit | /properties/{id}/edit | Path does not match |
43 | app_properties_delete | /properties/properties/{id} | Path does not match |
44 | app_rental_application_index | /rental-interest/ | Path does not match |
45 | app_rental_application_new | /rental-interest/asked/{id} | Path does not match |
46 | app_rental_application_show | /rental-interest/{id} | Path does not match |
47 | app_rental_application_edit | /rental-interest/{id}/edit | Path does not match |
48 | app_rental_application_delete | /rental-interest/{id} | Path does not match |
49 | app_rental_index | /rental/ | Path does not match |
50 | app_rental_new | /rental/new | Path does not match |
51 | app_rental_show | /rental/{id} | Path does not match |
52 | app_rental_edit | /rental/{id}/edit | Path does not match |
53 | app_rental_delete | /rental/{id} | Path does not match |
54 | app_rental_file | /rental/file | Path does not match |
55 | app_search_new | /search | Path does not match |
56 | app_login | /login | Path does not match |
57 | app_logout | /logout | Path does not match |
58 | app_sub_type_index | /sub/type/ | Path does not match |
59 | app_sub_type_new | /sub/type/new | Path does not match |
60 | app_sub_type_show | /sub/type/{id} | Path does not match |
61 | app_sub_type_edit | /sub/type/{id}/edit | Path does not match |
62 | app_sub_type_delete | /sub/type/{id} | Path does not match |
63 | app_user_index | /user/ | Path does not match |
64 | app_user_register | /register | Path does not match |
65 | app_user_show | /user/{id} | Path does not match |
66 | app_user_edit | /user/{id}/edit | Path does not match |
67 | app_user_delete | /user/{id} | Path does not match |
68 | _preview_error | /_error/{code}.{_format} | Path does not match |
69 | _wdt | /_wdt/{token} | Path does not match |
70 | _profiler_home | /_profiler/ | Path does not match |
71 | _profiler_search | /_profiler/search | Path does not match |
72 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
73 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
74 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
75 | _profiler_open_file | /_profiler/open | Path does not match |
76 | _profiler | /_profiler/{token} | Path does not match |
77 | _profiler_router | /_profiler/{token}/router | Path does not match |
78 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
79 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
80 | app_home | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.