Routing
app_page
Matched route
Route Parameters
| Name | Value |
|---|---|
| page | "car-loan-calculator" |
Route Matching Logs
Path to match:
/car-loan-calculator
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | qr_code_generate | /qr-code/{builder}/{data} | Path does not match |
| 2 | _preview_error | /_error/{code}.{_format} | 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 | /admin | Path does not match |
| 17 | car_import_submit | /api/car-import | Path does not match |
| 18 | admin_car_models_by_make | /admin/car-models-by-make/{id} | Path does not match |
| 19 | checkout_sign | /checkout/{token} | Path does not match |
| 20 | checkout_confirmation | /checkout/confirmation/{id} | Path does not match |
| 21 | checkout_error | /checkout/error | Path does not match |
| 22 | app_communication_index | /adm/communication | Path does not match |
| 23 | app_communication_reports | /adm/communication/reports | Path does not match |
| 24 | search_contacts | /adm/communication/search-contacts | Path does not match |
| 25 | send_single_sms | /api/communication/send-single-sms | Path does not match |
| 26 | send_bulk_sms | /api/communication/send-bulk-sms | Path does not match |
| 27 | preview_bulk_sms | /api/communication/preview-bulk-sms | Path does not match |
| 28 | preview_batched_sms | /api/communication/preview-batched-sms | Path does not match |
| 29 | send_batched_sms | /api/communication/send-batched-sms | Path does not match |
| 30 | send_next_batch | /api/communication/bulk-sms/{id}/send-next | Path does not match |
| 31 | app_bulk_sms_status | /adm/communication/bulk-sms-status | Path does not match |
| 32 | cancel_bulk_sms | /api/communication/bulk-sms/{id}/cancel | Path does not match |
| 33 | get_bulk_sms_status | /api/communication/bulk-sms/{id}/status | Path does not match |
| 34 | add_contact | /api/communication/add-contact | Path does not match |
| 35 | edit_contact | /api/communication/edit-contact/{id} | Path does not match |
| 36 | delete_contact | /api/communication/delete-contact/{id} | Path does not match |
| 37 | bulk_delete_contacts | /api/communication/bulk-delete-contacts | Path does not match |
| 38 | send_email | /api/communication/send-email | Path does not match |
| 39 | import_contacts | /api/communication/import-contacts | Path does not match |
| 40 | add_template | /api/communication/add-template | Path does not match |
| 41 | export_report | /api/communication/report/export/{format} | Path does not match |
| 42 | app_communication_contacts | /adm/communication/contacts | Path does not match |
| 43 | app_communication_templates | /adm/communication/templates | Path does not match |
| 44 | edit_template | /adm/communication/template/{id}/edit | Path does not match |
| 45 | delete_template | /adm/communication/template/{id}/delete | Path does not match |
| 46 | get_communication_message | /api/communication/message/{id} | Path does not match |
| 47 | google_oauth_authorize | /google-oauth/authorize | Path does not match |
| 48 | google_oauth_callback | /google-oauth/callback | Path does not match |
| 49 | google_oauth_status | /google-oauth/status | Path does not match |
| 50 | google_oauth_revoke | /google-oauth/revoke | Path does not match |
| 51 | app_index | / | Path does not match |
| 52 | app_page | /{page} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.