Routing
(none)
Matched route
Route Matching Logs
Path to match:
/.env.dev
# | Route name | Path | Log |
---|---|---|---|
1 | app_api | /api | Path does not match |
2 | api_event_edit | /api/{id}/edit | Path does not match |
3 | api_allevent_get | /api/getallevents | Path does not match |
4 | api_event_get | /api/{id}/getevent | Path does not match |
5 | admin | /admin | Path does not match |
6 | set_active | /set_active | Path does not match |
7 | set_value_edit_in_place | /admin/set_value_edit_in_place | Path does not match |
8 | lookup_ville | /_lookup_ville | Path does not match |
9 | set_new_order | /_setneworder | Path does not match |
10 | erreur_pdf | /_erreur_pdf/{message} | Path does not match |
11 | calendrier_create | /admin/calendrier/newcalendrier | Path does not match |
12 | calendrier_edit | /admin/calendrier/edit/{id} | Path does not match |
13 | calendrier_delete | /admin/calendrier/delete/{id} | Path does not match |
14 | home | / | Path does not match |
15 | carte | /carte | Path does not match |
16 | notebackend_edit | /admin/notebackend/edit | Path does not match |
17 | notebackend_save | /admin/notebackend/save | Path does not match |
18 | notebackend_delete | /admin/notebackend/delete/{id} | Path does not match |
19 | app_login | /login | Path does not match |
20 | app_logout | /logout | Path does not match |
21 | user_resetting_password | /user_resetting_password | Path does not match |
22 | confirm_resetting_password | /confirmresettingpassword | Path does not match |
23 | saisie_resetting_password | /saisieresettingpassword | Path does not match |
24 | societe_create | /admin/societe/creation | Path does not match |
25 | societe_edit | /admin/societe/edit/{id} | Path does not match |
26 | user_create | /admin/user/newuser | Path does not match |
27 | user_edit | /admin/user/edit/{id} | Path does not match |
28 | user_delete | /admin/user/delete/{id} | Path does not match |
29 | _preview_error | /_error/{code}.{_format} | Path does not match |
30 | _wdt | /_wdt/{token} | Path does not match |
31 | _profiler_home | /_profiler/ | Path does not match |
32 | _profiler_search | /_profiler/search | Path does not match |
33 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
34 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
35 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
36 | _profiler_open_file | /_profiler/open | Path does not match |
37 | _profiler | /_profiler/{token} | Path does not match |
38 | _profiler_router | /_profiler/{token}/router | Path does not match |
39 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
40 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.