Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
# | Route name | Path | Log |
---|---|---|---|
1 | _preview_error | /_error/{code}.{_format} | Path does not match |
2 | _wdt | /_wdt/{token} | Path does not match |
3 | _profiler_home | /_profiler/ | Path does not match |
4 | _profiler_search | /_profiler/search | Path does not match |
5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
7 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
8 | _profiler_font | /_profiler/font/{fontName}.woff2 | 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 | api_genid | /api/.well-known/genid/{id} | Path does not match |
16 | api_entrypoint | /api/{index}.{_format} | Path does not match |
17 | api_doc | /api/docs.{_format} | Path does not match |
18 | api_jsonld_context | /api/contexts/{shortName}.{_format} | Path does not match |
19 | _api_errors_problem | /api/errors/{status} | Path does not match |
20 | _api_errors_hydra | /api/errors/{status} | Path does not match |
21 | _api_errors_jsonapi | /api/errors/{status} | Path does not match |
22 | _api_validation_errors_problem | /api/validation_errors/{id} | Path does not match |
23 | _api_validation_errors_hydra | /api/validation_errors/{id} | Path does not match |
24 | _api_validation_errors_jsonapi | /api/validation_errors/{id} | Path does not match |
25 | _api_/companies/{id}{._format}_get | /api/companies/{id}.{_format} | Path does not match |
26 | _api_/companies{._format}_get_collection | /api/companies.{_format} | Path does not match |
27 | _api_/companies{._format}_post | /api/companies.{_format} | Path does not match |
28 | _api_/companies/{id}{._format}_put | /api/companies/{id}.{_format} | Path does not match |
29 | _api_/companies/{id}{._format}_patch | /api/companies/{id}.{_format} | Path does not match |
30 | _api_/companies/{id}{._format}_delete | /api/companies/{id}.{_format} | Path does not match |
31 | sonata_admin_redirect | /admin/ | Path does not match |
32 | sonata_admin_dashboard | /admin/dashboard | Path does not match |
33 | sonata_admin_retrieve_form_element | /admin/core/get-form-field-element | Path does not match |
34 | sonata_admin_append_form_element | /admin/core/append-form-field-element | Path does not match |
35 | sonata_admin_short_object_information | /admin/core/get-short-object-description.{_format} | Path does not match |
36 | sonata_admin_set_object_field_value | /admin/core/set-object-field-value | Path does not match |
37 | sonata_admin_search | /admin/search | Path does not match |
38 | sonata_admin_retrieve_autocomplete_items | /admin/core/get-autocomplete-items | Path does not match |
39 | admin_app_user_list | /admin/app/user/list | Path does not match |
40 | admin_app_user_create | /admin/app/user/create | Path does not match |
41 | admin_app_user_batch | /admin/app/user/batch | Path does not match |
42 | admin_app_user_edit | /admin/app/user/{id}/edit | Path does not match |
43 | admin_app_user_delete | /admin/app/user/{id}/delete | Path does not match |
44 | admin_app_user_show | /admin/app/user/{id}/show | Path does not match |
45 | admin_app_user_export | /admin/app/user/export | Path does not match |
46 | admin_app_company_list | /admin/app/company/list | Path does not match |
47 | admin_app_company_create | /admin/app/company/create | Path does not match |
48 | admin_app_company_batch | /admin/app/company/batch | Path does not match |
49 | admin_app_company_edit | /admin/app/company/{id}/edit | Path does not match |
50 | admin_app_company_delete | /admin/app/company/{id}/delete | Path does not match |
51 | admin_app_company_show | /admin/app/company/{id}/show | Path does not match |
52 | admin_app_company_export | /admin/app/company/export | Path does not match |
53 | api_login | /api/login | Path does not match |
54 | app_register | /register | Path does not match |
55 | app_verify_email | /verify/email | Path does not match |
56 | app_home | / | Path does not match |
57 | app_login | /login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.