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 | app_chapter_index | /chapter | Path does not match |
| 17 | app_chapter_new | /chapter/new | Path does not match |
| 18 | app_chapter_show | /chapter/{id} | Path does not match |
| 19 | app_chapter_edit | /chapter/{id}/edit | Path does not match |
| 20 | app_chapter_tenant_index | /chapter-tenant | Path does not match |
| 21 | app_chapter_tenant_new | /chapter-tenant/new | Path does not match |
| 22 | app_chapter_tenant_show | /chapter-tenant/{id} | Path does not match |
| 23 | app_chapter_tenant_edit | /chapter-tenant/{id}/edit | Path does not match |
| 24 | app_home | / | Path does not match |
| 25 | app_dashboard | /dashboard | Path does not match |
| 26 | app_access_denied | /access-denied | Path does not match |
| 27 | app_invoice_index | /invoice | Path does not match |
| 28 | app_invoice_filter | /invoice/filter | Path does not match |
| 29 | app_invoice_customer_new | /invoice/customer/new | Path does not match |
| 30 | app_invoice_recipient_search | /invoice/recipient/search | Path does not match |
| 31 | app_invoice_new | /invoice/new | Path does not match |
| 32 | app_invoice_show | /invoice/{id} | Path does not match |
| 33 | app_invoice_payment_create | /invoice/{id}/payments | Path does not match |
| 34 | app_invoice_payment_edit | /invoice/{invoice}/payments/{payment}/edit | Path does not match |
| 35 | app_invoice_payment_delete | /invoice/{invoice}/payments/{payment}/delete | Path does not match |
| 36 | app_invoice_edit | /invoice/{id}/edit | Path does not match |
| 37 | app_invoice_pdf_generate | /invoice/{id}/pdf/generate | Path does not match |
| 38 | app_invoice_pdf | /invoice/{id}/pdf | Path does not match |
| 39 | app_invoice_send_mail | /invoice/{id}/send-mail | Path does not match |
| 40 | app_invoice_mark_pending | /invoice/mark-pending | Path does not match |
| 41 | app_invoice_generate | /invoice-generator | Path does not match |
| 42 | app_invoice_generate_members | /invoice-generator/members/{id} | Path does not match |
| 43 | app_meeting_date_index | /meeting-date | Path does not match |
| 44 | app_meeting_date_new | /meeting-date/new | Path does not match |
| 45 | app_meeting_date_filter | /meeting-date/filter | Path does not match |
| 46 | app_meeting_date_generate | /meeting-date/generate | Path does not match |
| 47 | app_meeting_date_show | /meeting-date/{id} | Path does not match |
| 48 | app_meeting_date_edit | /meeting-date/{id}/edit | Path does not match |
| 49 | app_meeting_date_delete | /meeting-date/{id} | Path does not match |
| 50 | app_meeting_price_index | /meeting-price | Path does not match |
| 51 | app_meeting_price_new | /meeting-price/new | Path does not match |
| 52 | app_meeting_price_show | /meeting-price/{id} | Path does not match |
| 53 | app_meeting_price_edit | /meeting-price/{id}/edit | Path does not match |
| 54 | app_meeting_price_delete | /meeting-price/{id} | Path does not match |
| 55 | app_member_index | /member | Path does not match |
| 56 | app_member_filter | /member/filter | Path does not match |
| 57 | app_customer_index | /customer | Path does not match |
| 58 | app_customer_filter | /customer/filter | Path does not match |
| 59 | app_member_new | /member/new | Path does not match |
| 60 | app_customer_new | /customer/new | Path does not match |
| 61 | app_member_import | /member/import | Path does not match |
| 62 | app_member_import_save | /member/import/save | Path does not match |
| 63 | app_member_show | /member/{id} | Path does not match |
| 64 | app_customer_show | /customer/{id} | Path does not match |
| 65 | app_member_edit | /member/{id}/edit | Path does not match |
| 66 | app_customer_edit | /customer/{id}/edit | Path does not match |
| 67 | app_receivable_index | /receivables | Path does not match |
| 68 | app_receivable_payments_new | /receivables/payments/new | Path does not match |
| 69 | app_receivable_filter | /receivables/filter | Path does not match |
| 70 | app_receivable_pdf | /receivables/pdf | Path does not match |
| 71 | 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.