Routing
app_user_show
Matched route
Route Parameters
Name | Value |
---|---|
id | ".env" |
Route Matching Logs
Path to match:
/.env
# | Route name | Path | Log |
---|---|---|---|
1 | qr_code_generate | /qr-code/{builder}/{data} | Path does not match |
2 | _preview_error | /_error/{code}.{_format} | Path does not match |
3 | _wdt | /_wdt/{token} | Path does not match |
4 | _profiler_home | /_profiler/ | Path does not match |
5 | _profiler_search | /_profiler/search | Path does not match |
6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
9 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
10 | _profiler_open_file | /_profiler/open | Path does not match |
11 | _profiler | /_profiler/{token} | Path does not match |
12 | _profiler_router | /_profiler/{token}/router | Path does not match |
13 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
14 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
15 | app_delete_user | /delete/user/{id} | Path does not match |
16 | app_edit_user_profile | /edit/user/{id} | Path does not match |
17 | app_edit_user_password | /edit/user/password/{id} | Path does not match |
18 | app_furnishing_items_index | /furnishing-items/ | Path does not match |
19 | app_deleted_furnishing_items_index | /furnishing-items/deleted-items | Path does not match |
20 | app_furnishing_items_status | /furnishing-items/object-status/{id} | Path does not match |
21 | ajax_search | /furnishing-items/search | Path does not match |
22 | app_furnishing_items_new | /furnishing-items/new | Path does not match |
23 | app_furnishing_items_show | /furnishing-items/{id} | Path does not match |
24 | app_furnishing_items_edit | /furnishing-items/{id}/edit | Path does not match |
25 | app_furnishing_items_delete | /furnishing-items/{id} | Path does not match |
26 | app_root | / | Path does not match |
27 | app_audit_logger | /audit-logger/pg={page} | Path does not match |
28 | app_persons_list | /persons-list/ | Path does not match |
29 | app_deleted_persons_list | /persons-list/deleted-persons | Path does not match |
30 | app_persons_new | /persons-list/new-person | Path does not match |
31 | app_persons_show | /persons-list/{id} | Path does not match |
32 | app_persons_edit | /persons-list/{id}/edit | Path does not match |
33 | app_delete_person | /persons-list/delete/person/{id} | Path does not match |
34 | app_persons_delete | /persons-list/{id} | Path does not match |
35 | app_places_index | /places/ | Path does not match |
36 | app_deleted_places_index | /places/deleted-items | Path does not match |
37 | app_place_status | /places/place-status/{id} | Path does not match |
38 | app_places_new | /places/new | Path does not match |
39 | app_places_show | /places/{id} | Path does not match |
40 | app_places_edit | /places/{id}/edit | Path does not match |
41 | app_places_delete | /places/{id} | Path does not match |
42 | app_new_user | /new-user | Path does not match |
43 | app_technical_items_index | /technical-items/ | Path does not match |
44 | app_deleted_technical_items_index | /technical-items/deleted-items | Path does not match |
45 | app_technical_items_status | /technical-items/object-status/{id} | Path does not match |
46 | app_technical_items_new | /technical-items/new | Path does not match |
47 | app_technical_items_show | /technical-items/{id} | Path does not match |
48 | app_technical_items_edit | /technical-items/edit/{id} | Path does not match |
49 | app_technical_items_delete | /technical-items/{id} | Path does not match |
50 | app_login | /login | Path does not match |
51 | app_logout | /logout | Path does not match |
52 | app_users_list | /users-list | Path does not match |
53 | app_user_show | /{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.