Routing
user_index
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
Route Matching Logs
Path to match:
/user/
| # | 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 | client_index | /client/ | Path does not match |
| 17 | client_show | /client/show/{id} | Path does not match |
| 18 | client_create | /client/create | Path does not match |
| 19 | client_edit | /client/edit/{id} | Path does not match |
| 20 | client_delete | /client/delete/{id} | Path does not match |
| 21 | api_client_by_company | /client/api/company/{companyId} | Path does not match |
| 22 | company_index | /company/ | Path does not match |
| 23 | company_show | /company/show/{id} | Path does not match |
| 24 | company_create | /company/create | Path does not match |
| 25 | company_edit | /company/{id}/edit | Path does not match |
| 26 | company_delete | /company/{id}/delete | Path does not match |
| 27 | company_clients_json | /company/{id}/clients/json | Path does not match |
| 28 | dashboard_index | /dashboard/ | Path does not match |
| 29 | app_home | / | Path does not match |
| 30 | document_index | /documents/ | Path does not match |
| 31 | document_create | /documents/create/{projectId} | Path does not match |
| 32 | document_edit | /documents/edit/{id} | Path does not match |
| 33 | document_delete | /documents/delete/{id} | Path does not match |
| 34 | document_render | /documents/render/{document} | Path does not match |
| 35 | document_download | /documents/download/{document} | Path does not match |
| 36 | project_index | /project/ | Path does not match |
| 37 | project_show | /project/show/{id} | Path does not match |
| 38 | project_create | /project/create | Path does not match |
| 39 | project_edit | /project/{id}/edit | Path does not match |
| 40 | project_change_status | /project/{id}/change-status/{status} | Path does not match |
| 41 | project_delete | /project/{id}/delete | Path does not match |
| 42 | project_update_team | /project/{id}/update-team | Path does not match |
| 43 | project_status_history | /project/{id}/status-history | Path does not match |
| 44 | api_project_by_company | /project/api/company/{companyId} | Path does not match |
| 45 | api_project_by_client | /project/api/client/{clientId} | Path does not match |
| 46 | project_export | /project/export | Path does not match |
| 47 | success | /public/success | Path does not match |
| 48 | remember_password | /public/remember-password | Path does not match |
| 49 | change_password | /public/change-password/{token} | Path does not match |
| 50 | remember_password_request | /public/remember-password-request | Path does not match |
| 51 | role_index | /role/ | Path does not match |
| 52 | role_create | /role/create | Path does not match |
| 53 | role_edit | /role/{id}/edit | Path does not match |
| 54 | role_show | /role/{id} | Path does not match |
| 55 | role_delete | /role/{id}/delete | Path does not match |
| 56 | app_login | /login | Path does not match |
| 57 | app_change_locale | /change-locale/{locale} | Path does not match |
| 58 | app_logout | /logout | Path does not match |
| 59 | task_index | /tasks/ | Path does not match |
| 60 | task_create | /tasks/create/{projectId} | Path does not match |
| 61 | task_show | /tasks/{id} | Path does not match |
| 62 | task_edit | /tasks/{id}/edit | Path does not match |
| 63 | task_delete | /tasks/{id}/delete | Path does not match |
| 64 | task_change_status | /tasks/{id}/status/{status} | Path does not match |
| 65 | user_index | /user/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.