Routing
register
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/register
# | Route name | Path | Log |
---|---|---|---|
1 | fos_js_routing_js | /js/routing.{_format} | 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_search_results | /_profiler/{token}/search/results | Path does not match |
9 | _profiler_open_file | /_profiler/open | Path does not match |
10 | _profiler | /_profiler/{token} | Path does not match |
11 | _profiler_router | /_profiler/{token}/router | Path does not match |
12 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
13 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
14 | easyadmin | /administrator | Path does not match |
15 | guests_flats_index | /buildings/code/{hashCode}/flats | Path does not match |
16 | guests_buildings_show | /buildings/code/{hashCode} | Path does not match |
17 | guests_building_store | /buildings | Path does not match |
18 | guests_flats_store | /flats | Path does not match |
19 | login | /login | Path does not match |
20 | version_check | /version-check | Path does not match |
21 | save_token | /save-token | Path does not match |
22 | guest_get_building_flats | /building/code/{code}/flat | Path does not match |
23 | guest_check_building_code | /building/code/{code} | Path does not match |
24 | guest_create_building | /building | Path does not match |
25 | guest_contact_manager | /contact-manager | Path does not match |
26 | guest_select_flat | /flat/select | Path does not match |
27 | guest_flat_create | /flat | Path does not match |
28 | fos_user_profile_show | /profile/ | Path does not match |
29 | fos_user_profile_edit | /profile/edit | Path does not match |
30 | fos_user_edit_password | /profile/edit_password | Path does not match |
31 | app_public_e_table | /public/e/table/{hash} | Path does not match |
32 | app_public_e_table_demo | /public/e/table | Path does not match |
33 | app_public_e_table_iframe | /public/e/iframe/{hash} | Path does not match |
34 | app_public_e_table_iframe_demo | /public/e/iframe | Path does not match |
35 | register | /register | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.