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_attendance | /admin/attendance | Path does not match |
| 17 | admin_audit | /admin/audit | Path does not match |
| 18 | admin_branches | /admin/branches | Path does not match |
| 19 | admin_branches_new | /admin/branches/new | Path does not match |
| 20 | admin_branches_edit | /admin/branches/{id}/edit | Path does not match |
| 21 | admin_branches_switch | /admin/branches/switch | Path does not match |
| 22 | admin_challans | /admin/challans | Path does not match |
| 23 | admin_challans_new | /admin/challans/new | Path does not match |
| 24 | admin_challans_edit | /admin/challans/{id}/edit | Path does not match |
| 25 | admin_challans_show | /admin/challans/{id} | Path does not match |
| 26 | admin_challans_product_search | /admin/challans/{id}/products/search | Path does not match |
| 27 | admin_challans_add_line | /admin/challans/{id}/line | Path does not match |
| 28 | admin_challans_post | /admin/challans/{id}/post | Path does not match |
| 29 | admin_dashboard | /admin | Path does not match |
| 30 | admin_devices | /admin/devices | Path does not match |
| 31 | admin_devices_regen_pin | /admin/devices/pairing-pin/regenerate | Path does not match |
| 32 | admin_devices_auto_approve | /admin/devices/auto-approve | Path does not match |
| 33 | admin_devices_approve | /admin/devices/{id}/approve | Path does not match |
| 34 | admin_devices_revoke | /admin/devices/{id}/revoke | Path does not match |
| 35 | admin_payroll | /admin/payroll | Path does not match |
| 36 | admin_products | /admin/products | Path does not match |
| 37 | admin_products_low_stock | /admin/products/low-stock | Path does not match |
| 38 | admin_products_new | /admin/products/new | Path does not match |
| 39 | admin_products_edit | /admin/products/{id}/edit | Path does not match |
| 40 | admin_products_photo | /admin/products/{id}/photo | Path does not match |
| 41 | admin_products_delete | /admin/products/{id}/delete | Path does not match |
| 42 | admin_products_import | /admin/products/import | Path does not match |
| 43 | admin_products_import_preview | /admin/products/import/preview | Path does not match |
| 44 | admin_products_import_confirm | /admin/products/import/confirm | Path does not match |
| 45 | admin_products_import_sample | /admin/products/import/sample.csv | Path does not match |
| 46 | admin_sales | /admin/sales | Path does not match |
| 47 | admin_sales_show | /admin/sales/{id} | Path does not match |
| 48 | admin_stock | /admin/stock | Path does not match |
| 49 | admin_stock_movements | /admin/stock/movements | Path does not match |
| 50 | admin_stock_adjust | /admin/stock/{id}/adjust | Path does not match |
| 51 | admin_suppliers | /admin/suppliers | Path does not match |
| 52 | admin_suppliers_new | /admin/suppliers/new | Path does not match |
| 53 | admin_suppliers_edit | /admin/suppliers/{id}/edit | Path does not match |
| 54 | admin_users | /admin/users | Path does not match |
| 55 | admin_users_new | /admin/users/new | Path does not match |
| 56 | admin_users_edit | /admin/users/{id}/edit | Path does not match |
| 57 | api_attendance_status | /api/v1/attendance/status | Path does not match |
| 58 | api_attendance_clock_in | /api/v1/attendance/clock-in | Path does not match |
| 59 | api_attendance_clock_out | /api/v1/attendance/clock-out | Path does not match |
| 60 | api_auth_login | /api/v1/auth/login | Path does not match |
| 61 | api_auth_logout | /api/v1/auth/logout | Path does not match |
| 62 | api_auth_me | /api/v1/auth/me | Path does not match |
| 63 | api_devices_register | /api/v1/devices/register | Path does not match |
| 64 | api_devices_status | /api/v1/devices/status | Path does not match |
| 65 | api_health | /api/health | Path does not match |
| 66 | api_sync_product_photo_upload | /api/v1/sync/products/{id}/photo | Path does not match |
| 67 | api_sync_product_photo_download | /api/v1/sync/products/{id}/photo | Path does not match |
| 68 | api_sync_product_photo_delete | /api/v1/sync/products/{id}/photo | Path does not match |
| 69 | api_sync_products_push | /api/v1/sync/products/push | Path does not match |
| 70 | api_sync_products_pull | /api/v1/sync/products/pull | Path does not match |
| 71 | api_sync_sales_push | /api/v1/sync/sales/push | Path does not match |
| 72 | api_sync_sales_pull | /api/v1/sync/sales/pull | Path does not match |
| 73 | app_home | / | Path does not match |
| 74 | product_media | /uploads/products/{file} | Path does not match |
| 75 | 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.