Routing
client_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/client/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_users_index | /admin/users | Path does not match |
| 2 | admin_users_new | /admin/users/new | Path does not match |
| 3 | admin_users_edit | /admin/users/{id}/edit | Path does not match |
| 4 | admin_users_toggle_active | /admin/users/{id}/toggle-active | Path does not match |
| 5 | admin_users_unblock | /admin/users/{id}/unblock | Path does not match |
| 6 | admin_users_history | /admin/users/{id}/history | Path does not match |
| 7 | bank_api_query_payment_order | /api/bank/query-payment-order | Path does not match |
| 8 | bank_api_validate_payment | /api/bank/validate-payment | Path does not match |
| 9 | bank_api_pending_orders | /api/bank/pending-orders | Path does not match |
| 10 | bank_api_validated_orders | /api/bank/validated-orders | Path does not match |
| 11 | banks_index | /banks | Path does not match |
| 12 | banks_dashboard | /banks/dashboard | Path does not match |
| 13 | banks_payments_history | /banks/payments/history | Path does not match |
| 14 | banks_payments_history_data | /banks/payments/history/data | Path does not match |
| 15 | banks_payments_export | /banks/payments/history/export/{format} | Path does not match |
| 16 | banks_new | /banks/new | Path does not match |
| 17 | banks_edit | /banks/{id}/edit | Path does not match |
| 18 | banks_delete | /banks/{id}/delete | Path does not match |
| 19 | banks_view | /banks/{id}/view | Path does not match |
| 20 | accounts_new | /banks/{bankId}/accounts/new | Path does not match |
| 21 | accounts_toggle_active | /banks/accounts/{id}/toggle-active | Path does not match |
| 22 | accounts_toggle_payment | /banks/accounts/{id}/toggle-payment | Path does not match |
| 23 | accounts_edit | /banks/accounts/{id}/edit | Path does not match |
| 24 | accounts_payments | /banks/accounts/{id}/payments | Path does not match |
| 25 | accounts_history_pdf | /banks/accounts/{id}/history/pdf | Path does not match |
| 26 | accounts_history | /banks/accounts/{id}/history | Path does not match |
| 27 | accounts_delete | /banks/accounts/{id}/delete | Path does not match |
| 28 | banks_pdf_all | /banks/pdf/all | Path does not match |
| 29 | banks_pdf_available | /banks/pdf/available | Path does not match |
| 30 | api_provinces_territoires | /banks/api/provinces/{id}/territoires | Path does not match |
| 31 | accounts_detail | /banks/accounts/{id}/detail | Path does not match |
| 32 | app_change_password | /change-password | Path does not match |
| 33 | client_login | /client/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.