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 | audit_log_index | /admin/audit-logs/ | Path does not match |
| 17 | bank_index | /admin/banks/ | Path does not match |
| 18 | bank_new | /admin/banks/new | Path does not match |
| 19 | bank_edit | /admin/banks/{id}/edit | Path does not match |
| 20 | bank_delete | /admin/banks/{id} | Path does not match |
| 21 | batch_log_index | /admin/batch-logs/ | Path does not match |
| 22 | batch_log_show | /admin/batch-logs/{id} | Path does not match |
| 23 | billing_model_index | /admin/billing-models/ | Path does not match |
| 24 | billing_model_new | /admin/billing-models/new | Path does not match |
| 25 | billing_model_edit | /admin/billing-models/{id}/edit | Path does not match |
| 26 | billing_model_delete | /admin/billing-models/{id} | Path does not match |
| 27 | category_index | /admin/categories/ | Path does not match |
| 28 | category_new | /admin/categories/new | Path does not match |
| 29 | category_edit | /admin/categories/{id}/edit | Path does not match |
| 30 | category_show | /admin/categories/{id} | Path does not match |
| 31 | category_delete | /admin/categories/{id} | Path does not match |
| 32 | country_index | /admin/countries/ | Path does not match |
| 33 | country_new | /admin/countries/new | Path does not match |
| 34 | country_edit | /admin/countries/{id}/edit | Path does not match |
| 35 | country_delete | /admin/countries/{id} | Path does not match |
| 36 | customer_index | /admin/customers/ | Path does not match |
| 37 | customer_new | /admin/customers/new | Path does not match |
| 38 | customer_edit | /admin/customers/{id}/edit | Path does not match |
| 39 | customer_show | /admin/customers/{id} | Path does not match |
| 40 | customer_delete | /admin/customers/{id} | Path does not match |
| 41 | customer_upload_photo | /admin/customers/{id}/upload-photo | Path does not match |
| 42 | dashboard_index | /admin/dashboard/ | Path does not match |
| 43 | employee_index | /admin/employees/ | Path does not match |
| 44 | employee_new | /admin/employees/new | Path does not match |
| 45 | employee_edit | /admin/employees/{id}/edit | Path does not match |
| 46 | employee_show | /admin/employees/{id} | Path does not match |
| 47 | employee_delete | /admin/employees/{id} | Path does not match |
| 48 | mandate_index | /admin/mandates/ | Path does not match |
| 49 | movement_delete | /admin/movements/{id} | Path does not match |
| 50 | parameters_index | /admin/parameters/ | Path does not match |
| 51 | payment_new | /admin/payments/new/{customerId} | Path does not match |
| 52 | pre_pay_new | /admin/pre-pays/new/{customerId} | Path does not match |
| 53 | profile_change_password | /profile/change-password | Path does not match |
| 54 | promotion_add | /admin/promotions/add/{subscriptionId} | Path does not match |
| 55 | promotion_delete | /admin/promotions/delete/{id} | Path does not match |
| 56 | promotion_plan_index | /admin/promotion-plans/ | Path does not match |
| 57 | promotion_plan_new | /admin/promotion-plans/new | Path does not match |
| 58 | promotion_plan_edit | /admin/promotion-plans/{id}/edit | Path does not match |
| 59 | promotion_plan_show | /admin/promotion-plans/{id} | Path does not match |
| 60 | promotion_plan_delete | /admin/promotion-plans/{id} | Path does not match |
| 61 | rfid_reader_index | /admin/rfid-readers/ | Path does not match |
| 62 | rfid_reader_new | /admin/rfid-readers/new | Path does not match |
| 63 | rfid_reader_edit | /admin/rfid-readers/{id}/edit | Path does not match |
| 64 | rfid_reader_delete | /admin/rfid-readers/{id} | Path does not match |
| 65 | app_root | / | Path does not match |
| 66 | 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.