Routing
app_home
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
http://localhost/login
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_admin_orders_stats | /api/admin/orders/stats | Path does not match |
| 2 | api_admin_orders_available_drivers | /api/admin/orders/available-drivers | Path does not match |
| 3 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 4 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 5 | _wdt | /_wdt/{token} | Path does not match |
| 6 | _profiler_home | /_profiler/ | Path does not match |
| 7 | _profiler_search | /_profiler/search | Path does not match |
| 8 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 9 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 10 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 11 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 12 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 13 | _profiler_open_file | /_profiler/open | Path does not match |
| 14 | _profiler | /_profiler/{token} | Path does not match |
| 15 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 16 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 17 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 18 | api_admin_dashboard_overview | /api/admin/dashboard/overview | Path does not match |
| 19 | api_admin_dashboard_quick_actions | /api/admin/dashboard/quick-actions | Path does not match |
| 20 | api_admin_orders_list | /api/admin/orders | Path does not match |
| 21 | api_admin_orders_get | /api/admin/orders/{id} | Path does not match |
| 22 | api_admin_orders_change_status | /api/admin/orders/{id}/status | Path does not match |
| 23 | api_admin_orders_assign_driver | /api/admin/orders/{id}/assign-driver | Path does not match |
| 24 | api_admin_orders_unassign_driver | /api/admin/orders/{id}/unassign-driver | Path does not match |
| 25 | api_admin_orders_upload_cmr | /api/admin/orders/{id}/documents/cmr | Path does not match |
| 26 | api_admin_orders_upload_raport_frig | /api/admin/orders/{id}/documents/raport-frig | Path does not match |
| 27 | api_admin_orders_get_documents | /api/admin/orders/{id}/documents | Path does not match |
| 28 | api_admin_orders_download_document | /api/admin/orders/documents/{documentId}/download | Path does not match |
| 29 | api_admin_orders_delete_document | /api/admin/orders/documents/{documentId} | Path does not match |
| 30 | api_admin_orders_verify_cmr | /api/admin/orders/{id}/verify-cmr | Path does not match |
| 31 | api_admin_orders_issue_invoice | /api/admin/orders/{id}/issue-invoice | Path does not match |
| 32 | api_admin_orders_download_invoice_pdf | /api/admin/orders/{id}/invoice-pdf | Path does not match |
| 33 | api_admin_orders_download_order_pdf | /api/admin/orders/{id}/order-pdf | Path does not match |
| 34 | api_admin_orders_print_invoice_order | /api/admin/orders/{id}/print-invoice-order | Path does not match |
| 35 | api_admin_orders_create_archive | /api/admin/orders/{id}/create-archive | Path does not match |
| 36 | api_admin_orders_download_archive | /api/admin/orders/{id}/download-archive | Path does not match |
| 37 | api_admin_orders_send_archive_email | /api/admin/orders/{id}/send-archive-email | Path does not match |
| 38 | api_admin_orders_share_whatsapp | /api/admin/orders/{id}/share-whatsapp | Path does not match |
| 39 | api_auth_login | /api/auth/login | Path does not match |
| 40 | api_auth_me | /api/auth/me | Path does not match |
| 41 | api_auth_logout | /api/auth/logout | Path does not match |
| 42 | api_auth_refresh | /api/auth/refresh | Path does not match |
| 43 | api_driver_assignments_active | /api/driver/assignments/active | Path does not match |
| 44 | api_driver_assignment_acknowledge | /api/driver/assignments/{id}/acknowledge | Path does not match |
| 45 | api_driver_assignment_accept | /api/driver/assignments/{id}/accept | Path does not match |
| 46 | api_driver_assignment_start | /api/driver/assignments/{id}/start | Path does not match |
| 47 | api_driver_assignment_documents | /api/driver/assignments/{id}/documents-uploaded | Path does not match |
| 48 | api_driver_assignment_complete | /api/driver/assignments/{id}/complete | Path does not match |
| 49 | api_driver_dashboard_index | /api/driver/dashboard | Path does not match |
| 50 | api_driver_dashboard_stats | /api/driver/dashboard/stats | Path does not match |
| 51 | api_driver_notifications_register_device | /api/driver/notifications/register-device | Path does not match |
| 52 | api_driver_notifications_unregister_device | /api/driver/notifications/unregister-device | Path does not match |
| 53 | api_driver_notifications_devices | /api/driver/notifications/devices | Path does not match |
| 54 | api_driver_notifications_test | /api/driver/notifications/test | Path does not match |
| 55 | api_driver_orders_list | /api/driver/orders | Path does not match |
| 56 | api_driver_orders_get_order | /api/driver/orders/{orderId} | Path does not match |
| 57 | api_driver_orders_get_cmr | /api/driver/orders/{orderId}/cmr | Path does not match |
| 58 | api_driver_orders_upload_cmr | /api/driver/orders/{orderId}/cmr | Path does not match |
| 59 | api_driver_orders_accept | /api/driver/orders/{orderId}/accept | Path does not match |
| 60 | api_driver_orders_start_delivery | /api/driver/orders/{orderId}/start-delivery | Path does not match |
| 61 | api_driver_orders_mark_delivered | /api/driver/orders/{orderId}/mark-delivered | Path does not match |
| 62 | api_driver_orders_upload_raport_frig | /api/driver/orders/{orderId}/raport-frig | Path does not match |
| 63 | api_driver_assigned_orders | /api/driver/assigned-orders | Path does not match |
| 64 | api_driver_update_fcm_token | /api/driver/update-token | Path does not match |
| 65 | api_driver_profile | /api/driver/profile | Path does not match |
| 66 | api_driver_update_profile | /api/driver/profile | Path does not match |
| 67 | api_driver_documents | /api/driver/documents | Path does not match |
| 68 | api_driver_truck | /api/driver/truck | Path does not match |
| 69 | api_driver_trucks_show | /api/driver/trucks/{id} | Path does not match |
| 70 | api_driver_trucks_documents | /api/driver/trucks/{id}/documents | Path does not match |
| 71 | app_versions_index | /app-versions | Path does not match |
| 72 | app_version_download | /app-versions/{id}/download | Path does not match |
| 73 | app_version_api_latest | /app-versions/api/latest/{buildType} | Path does not match |
| 74 | app_version_api_register | /app-versions/api/register | Path does not match |
| 75 | app_audit_logs_index | /audit | Path does not match |
| 76 | app_audit_logs_show | /audit/{id} | Path does not match |
| 77 | app_bank_statements_index | /bank-statements | Path does not match |
| 78 | app_bank_statements_upload | /bank-statements/upload | Path does not match |
| 79 | app_bank_statements_show | /bank-statements/{id} | Path does not match |
| 80 | app_bank_statements_delete | /bank-statements/{id}/delete | Path does not match |
| 81 | app_bank_statements_dashboard | /bank-statements/dashboard | Path does not match |
| 82 | app_bank_statements_reprocess | /bank-statements/{id}/reprocess | Path does not match |
| 83 | app_bank_statements_transactions_by_category | /bank-statements/transactions-by-category/{category} | Path does not match |
| 84 | app_home | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.