Routing
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 | ux_entity_autocomplete | /autocomplete/{alias} | Path does not match |
| 3 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 4 | _wdt | /_wdt/{token} | Path does not match |
| 5 | _profiler_home | /_profiler/ | Path does not match |
| 6 | _profiler_search | /_profiler/search | Path does not match |
| 7 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 8 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 9 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 10 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 11 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 12 | _profiler_open_file | /_profiler/open | Path does not match |
| 13 | _profiler | /_profiler/{token} | Path does not match |
| 14 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 15 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 16 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 17 | app_clients_index | /clients | Path does not match |
| 18 | app_clients_show | /clients/{id} | Path does not match |
| 19 | app_clients_edit | /clients/{id}/edit | Path does not match |
| 20 | app_clients_delete | /clients/{id}/delete | Path does not match |
| 21 | app_home | / | Path does not match |
| 22 | app_leads_index | /leads | Path does not match |
| 23 | app_leads_due_today | /leads/due-today | Path does not match |
| 24 | app_leads_create | /leads/create | Path does not match |
| 25 | app_leads_show | /leads/{id} | Path does not match |
| 26 | app_leads_edit | /leads/{id}/edit | Path does not match |
| 27 | app_leads_delete | /leads/{id}/delete | Path does not match |
| 28 | app_leads_change_status | /leads/{id}/status/{status} | Path does not match |
| 29 | app_leads_archive | /leads/archive | Path does not match |
| 30 | app_leads_restore | /leads/{id}/restore | Path does not match |
| 31 | app_leads_add_comment | /leads/{id}/comment | Path does not match |
| 32 | app_leads_set_next_contact | /leads/{id}/set-next-contact | Path does not match |
| 33 | app_leads_next_contact | /leads/{id}/next-contact | Path does not match |
| 34 | app_leads_change_priority | /leads/{id}/change-priority/{priority} | Path does not match |
| 35 | app_leads_change_sentiment | /leads/{id}/change-sentiment/{sentiment} | Path does not match |
| 36 | app_leads_managers | /leads/{id}/managers | Path does not match |
| 37 | app_leads_managers_add | /leads/{id}/managers/add | Path does not match |
| 38 | app_leads_managers_remove | /leads/{id}/managers/remove | Path does not match |
| 39 | app_leads_lock_heartbeat | /leads/{id}/lock/heartbeat | Path does not match |
| 40 | app_leads_lock_release | /leads/{id}/lock/release | Path does not match |
| 41 | app_leads_lock_status | /leads/{id}/lock/status | Path does not match |
| 42 | app_leads_sources_index | /leads/sources | Path does not match |
| 43 | app_leads_sources_create | /leads/sources/create | Path does not match |
| 44 | app_leads_sources_edit | /leads/sources/{id}/edit | Path does not match |
| 45 | app_leads_sources_delete | /leads/sources/{id}/delete | Path does not match |
| 46 | app_leads_tags_index | /leads/tags | Path does not match |
| 47 | app_leads_tags_create | /leads/tags/create | Path does not match |
| 48 | app_leads_tags_edit | /leads/tags/{id}/edit | Path does not match |
| 49 | app_leads_tags_delete | /leads/tags/{id}/delete | Path does not match |
| 50 | app_notifications_unread_count | /notifications/unread-count | Path does not match |
| 51 | app_notifications_recent | /notifications/recent | Path does not match |
| 52 | app_notifications_index | /notifications | Path does not match |
| 53 | forgot_password | /forgot-password | Path does not match |
| 54 | reset_password | /reset-password/{token} | Path does not match |
| 55 | 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.