Routing
app_sign_in
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/sign-in
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt | /_wdt/{token} | Path does not match |
| 3 | _profiler_home | /_profiler/ | Path does not match |
| 4 | _profiler_search | /_profiler/search | Path does not match |
| 5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 7 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 8 | _profiler_open_file | /_profiler/open | Path does not match |
| 9 | _profiler | /_profiler/{token} | Path does not match |
| 10 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 11 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 12 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 13 | api.v1.billing.balance.list | /api/v1/billing/balance | Path does not match |
| 14 | api.v1.billing.balance.create | /api/v1/billing/balance | Path does not match |
| 15 | api.v1.billing.balance.restore | /api/v1/billing/balance/restore | Path does not match |
| 16 | api.v1.billing.balance.invoice.payment-pdf | /api/v1/billing/balance/invocie/payment-pdf/{invoiceId} | Path does not match |
| 17 | api.v1.oauth.create.keys | /api/v1/oauth/keys | Path does not match |
| 18 | api.projects.payment-methods.add | /api/projects/{projectId}/payment-methods | Path does not match |
| 19 | api.projects.payment-methods.make-default | /api/projects/{projectId}/payment-methods/{id}/make-default | Path does not match |
| 20 | api.projects.payment-methods.delete | /api/projects/{projectId}/payment-methods/{id} | Path does not match |
| 21 | api.projects.payment-methods.pay | /api/projects/{projectId}/payment-methods/{id}/pay | Path does not match |
| 22 | api.projects.payment-methods.pay-by-card | /api/projects/{projectId}/payment-methods/pay-by-card | Path does not match |
| 23 | api.v1.project.initproject.create | /api/v1/project/create | Path does not match |
| 24 | api.v1.project.initproject.update.general | /api/v1/project/{id}/general | Path does not match |
| 25 | api.v1.project.initproject.restore | /api/v1/project/{id}/restore | Path does not match |
| 26 | billing.balance.list | /billing/balance | Path does not match |
| 27 | billing.balance.payment.create | /billing/balance/payment/create | Path does not match |
| 28 | billing.balance.payment.edit | /billing/balance/payment/edit/{id} | Path does not match |
| 29 | billing.balance.payment.delete | /billing/balance/payment/delete/{id} | Path does not match |
| 30 | create_invoice | /billing/create-invoice | Path does not match |
| 31 | billing_invoices_list | /billing/invoices-list | Path does not match |
| 32 | update_invoice | /billing/update-invoice/{invoice_id} | Path does not match |
| 33 | billing_projects_list | /billing/projects-list | Path does not match |
| 34 | delete_invoice | /billing/delete-invoice/{invoice_id} | Path does not match |
| 35 | delete_invoice_status | /billing/delete-invoice-status/{invoice_id} | Path does not match |
| 36 | ajax_invoice_approved | /billing/ajax-invoice-approved | Path does not match |
| 37 | ajax_invoice_resend | /billing/ajax-invoice-resend | Path does not match |
| 38 | ajax_invoice_past_due | /billing/ajax-invoice-past-due | Path does not match |
| 39 | ajax_invoice_status | /billing/ajax-invoice-status | Path does not match |
| 40 | payment_Pdf | /billing/payment-pdf/{invoice_p_id}.{invoice_id} | Path does not match |
| 41 | dashboard | /dashboard | Path does not match |
| 42 | project.contact.create | /project/update-project/{project_id}/create-contact | Path does not match |
| 43 | project.contact.update | /project/update-project/{project_id}/update-contact/{contact_id} | Path does not match |
| 44 | project.contact.delete | /project/update-project/{project_id}/delete-contact/{contact_id} | Path does not match |
| 45 | projects.notes.delete | /project/{id}/notes/{noteId}/delete | Path does not match |
| 46 | projects.notes.document.download | /project/{id}/notes/{noteId}/documents/{documentId} | Path does not match |
| 47 | projects_list | /project/projects-list | Path does not match |
| 48 | view_project | /project/view-project/{project_id} | Path does not match |
| 49 | update_project | /project/update-project/{project_id} | Path does not match |
| 50 | revert_change_log | /project/update-project/{project_id}/revert-change-log/{change_log_id} | Path does not match |
| 51 | project.hidden.setting.edit | /project/{id}/hidden-setting/edit | Path does not match |
| 52 | project.create | /project/create | Path does not match |
| 53 | auth_project | /project/auth/{project_id} | Path does not match |
| 54 | auth_project_new | /project/auth-new/{project_id} | Path does not match |
| 55 | report_main | /report-main | Path does not match |
| 56 | role_list | /role/role-list | Path does not match |
| 57 | create_role | /role/create-role | Path does not match |
| 58 | update_role | /role/update-role/{role_id} | Path does not match |
| 59 | clone_role | /role/clone-role/{role_id} | Path does not match |
| 60 | delete_role | /role/delete-role/{id} | Path does not match |
| 61 | app_logout | /logout | Path does not match |
| 62 | app_sign_in | /sign-in | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.