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_stylesheet | /_wdt/styles | 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_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 10 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 11 | _profiler_open_file | /_profiler/open | Path does not match |
| 12 | _profiler | /_profiler/{token} | Path does not match |
| 13 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 14 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 15 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 16 | admin_app_client_index | /admin/client | Path does not match |
| 17 | admin_app_client_new | /admin/client/new | Path does not match |
| 18 | admin_app_client_show | /admin/client/details/{slug} | Path does not match |
| 19 | admin_app_client_add_roles | /admin/client/{slug}/roles/add | Path does not match |
| 20 | admin_app_client_remove_role | /admin/client/{slug}/roles/{roleId}/remove | Path does not match |
| 21 | admin_app_client_edit | /admin/client/{slug}/edit | Path does not match |
| 22 | admin_app_client_delete | /admin/client/{slug}/delete | Path does not match |
| 23 | admin_company_index | /admin/company | Path does not match |
| 24 | admin_company_new | /admin/company/new | Path does not match |
| 25 | admin_company_show | /admin/company/details/{slug} | Path does not match |
| 26 | admin_company_edit | /admin/company/{slug}/edit | Path does not match |
| 27 | admin_company_delete | /admin/company/{slug}/delete | Path does not match |
| 28 | dashboard | /dashboard | Path does not match |
| 29 | admin_permission_index | /admin/permission | Path does not match |
| 30 | admin_permission_index_by_client | /admin/permission/{slug} | Path does not match |
| 31 | admin_permission_edit | /admin/permission/{slug}/edit | Path does not match |
| 32 | admin_permission_delete | /admin/permission/{slug}/delete | Path does not match |
| 33 | admin_role_index | /admin/role | Path does not match |
| 34 | admin_role_new | /admin/role/new | Path does not match |
| 35 | admin_role_index_by_client | /admin/role/{slug} | Path does not match |
| 36 | admin_role_show | /admin/role/details/{slug} | Path does not match |
| 37 | admin_role_attach_permissions | /admin/role/{slug}/attach-permissions | Path does not match |
| 38 | admin_role_edit | /admin/role/{slug}/edit | Path does not match |
| 39 | admin_role_add_permissions | /admin/role/{slug}/permissions/add | Path does not match |
| 40 | admin_role_remove_permission | /admin/role/{slug}/permissions/{permissionRoleId}/remove | Path does not match |
| 41 | admin_role_delete | /admin/role/{slug}/delete | Path does not match |
| 42 | admin_user_index | /admin/user | Path does not match |
| 43 | admin_user_new | /admin/user/new | Path does not match |
| 44 | admin_user_show | /admin/user/details/{slug} | Path does not match |
| 45 | admin_user_edit | /admin/user/{slug}/edit | Path does not match |
| 46 | admin_user_delete | /admin/user/{slug}/delete | Path does not match |
| 47 | admin_user_reset_password | /admin/user/{slug}/reset-password | Path does not match |
| 48 | admin_user_toggle_status | /admin/user/{slug}/toggle-status | Path does not match |
| 49 | api_login | /api/login | Path does not match |
| 50 | api_documentation | /api/documentation | Path does not match |
| 51 | home | / | Path does not match |
| 52 | api_oauth_token | /api/oauth/token | Path does not match |
| 53 | api_oauth_refresh | /api/oauth/refresh | Path does not match |
| 54 | api_oauth_logout | /api/oauth/logout | Path does not match |
| 55 | app_api_user_create | /api/user/create | Path does not match |
| 56 | app_api_user_update | /api/user/update | Path does not match |
| 57 | app_api_user_avatar_upload | /api/user/avatar/upload | Path does not match |
| 58 | app_api_user_reset_password | /api/user/reset-password | Path does not match |
| 59 | app_debug_log | /debug/log | Path does not match |
| 60 | app_debug_log_search | /debug/log/search | Path does not match |
| 61 | 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.