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_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 | admin_import_po | /admin/po/import | Path does not match |
| 15 | log_global | /admin/log/global | Path does not match |
| 16 | log_production_date | /admin/log/production-date | Path does not match |
| 17 | log_containers_date | /admin/log/containers-date | Path does not match |
| 18 | mails | /admin/mails | Path does not match |
| 19 | mails_update | /admin/mails_update | Path does not match |
| 20 | api_sync_po | /api/sync/po | Path does not match |
| 21 | api_sync_dates | /api/sync/dates | Path does not match |
| 22 | api_sync_container_dates | /api/sync/container/dates | Path does not match |
| 23 | api_sync_container | /api/sync/container | Path does not match |
| 24 | container_index | /container/ | Path does not match |
| 25 | container_new | /container/new | Path does not match |
| 26 | container_add | /container/add | Path does not match |
| 27 | container_edit | /container/{id}/edit | Path does not match |
| 28 | container_update | /container/{id}/update | Path does not match |
| 29 | container_ref_search | /container/ref/search | Path does not match |
| 30 | container_status | /container/status | Path does not match |
| 31 | container_shipping | /container/{id}/shipping | Path does not match |
| 32 | container_shipping_edit | /container/{id}/shipping/edit | Path does not match |
| 33 | container_view | /container/{id} | Path does not match |
| 34 | container_sample | /container/viewSample/{id} | Path does not match |
| 35 | container_addSample | /container/addSample/{id} | Path does not match |
| 36 | tracking | /manage/container-tracking/ | Path does not match |
| 37 | manager_settings | /manage/container-tracking/settings | Path does not match |
| 38 | manager_settings_update | /manage/container-tracking/settingsUpdate | Path does not match |
| 39 | search_tracking | /manage/container-tracking/search | Path does not match |
| 40 | tracking_edit | /manage/container-tracking/{id}/edit | Path does not match |
| 41 | tracking_archive | /manage/container-tracking/{id}/archive | Path does not match |
| 42 | archived_container | /manage/container-tracking/archived | Path does not match |
| 43 | container_excel_active | /manage/container-tracking/containerexcelactive | Path does not match |
| 44 | container_excel | /manage/container-tracking/containerexcel | Path does not match |
| 45 | container_export | /manage/container-tracking/{id}/containerexport | Path does not match |
| 46 | container_archived_excel | /manage/container-tracking/containerarchivedexcel | Path does not match |
| 47 | carrier_tracking | /manage/container-tracking/getCarrierTracking | Path does not match |
| 48 | homepage | / | Path does not match |
| 49 | fob_index | /fob/ | Path does not match |
| 50 | update_date | /fob/updateDate | Path does not match |
| 51 | fob_update | /fob/update | Path does not match |
| 52 | 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.