Routing
app_for_providers
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/for-providers
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | hwi_oauth_service_redirect | /connect/{service} | Path does not match |
| 3 | hwi_oauth_connect_service | /connect/service/{service} | Path does not match |
| 4 | hwi_oauth_connect_registration | /connect/registration/{key} | Path does not match |
| 5 | hwi_oauth_connect | /oauth/ | Path does not match |
| 6 | google_login | /oauth/check-google | Path does not match |
| 7 | linkedin_login | /oauth/check-linkedin | Path does not match |
| 8 | _wdt | /_wdt/{token} | Path does not match |
| 9 | _profiler_home | /_profiler/ | Path does not match |
| 10 | _profiler_search | /_profiler/search | Path does not match |
| 11 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 12 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 13 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 14 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 15 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 16 | _profiler_open_file | /_profiler/open | Path does not match |
| 17 | _profiler | /_profiler/{token} | Path does not match |
| 18 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 19 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 20 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 21 | admin_user_index | /admin/users/ | Path does not match |
| 22 | admin_user_new | /admin/users/new | Path does not match |
| 23 | admin_user_edit | /admin/users/{id}/edit | Path does not match |
| 24 | admin_user_delete | /admin/users/{id}/delete | Path does not match |
| 25 | app_admin_applications | /admin/applications/ | Path does not match |
| 26 | app_admin_cashback | /admin/cashback/cashback | Path does not match |
| 27 | app_admin_cashback_detail | /admin/cashback/{id}/detail | Path does not match |
| 28 | app_admin_cashback_mark_paid | /admin/cashback/admin/cashback/mark-paid | Path does not match |
| 29 | app_admin_config | /admin/config | Path does not match |
| 30 | app_admin_dashboard | /admin/dashboard | Path does not match |
| 31 | app_admin_employers | /admin/employers/ | Path does not match |
| 32 | app_admin_employer_detail | /admin/employers/{id}/detail | Path does not match |
| 33 | app_admin_employer_block | /admin/employers/{id}/block | Path does not match |
| 34 | app_admin_config_invoice | /admin/config/invoice | Path does not match |
| 35 | app_admin_invoices | /admin/invoices | Path does not match |
| 36 | app_admin_invoice_show | /admin/invoices/{id}/show | Path does not match |
| 37 | app_admin_invoices_pending | /admin/invoices/pending | Path does not match |
| 38 | app_admin_invoices_paid | /admin/invoices/paid | Path does not match |
| 39 | app_admin_jobs | /admin/jobs/ | Path does not match |
| 40 | app_admin_job_detail | /admin/jobs/{id}/detail | Path does not match |
| 41 | app_admin_job_block | /admin/jobs/{id}/block | Path does not match |
| 42 | app_admin_job_verify | /admin/jobs/{id}/verify | Path does not match |
| 43 | app_admin_job_applications | /admin/jobs/{id}/applications | Path does not match |
| 44 | app_admin_messages | /admin/messages | Path does not match |
| 45 | app_admin_messages_new | /admin/messages/new | Path does not match |
| 46 | app_admin_message_show | /admin/{id}/show | Path does not match |
| 47 | app_admin_message_reply_ajax | /admin/messages/{id}/reply | Path does not match |
| 48 | app_admin_message_delete | /admin/{id}/delete | Path does not match |
| 49 | app_admin_notifications | /admin/notifications | Path does not match |
| 50 | app_admin_profession_index | /admin/config/profession | Path does not match |
| 51 | app_admin_profession_new | /admin/config/profession/new | Path does not match |
| 52 | app_admin_profession_show | /admin/config/profession/{id} | Path does not match |
| 53 | app_admin_profession_edit | /admin/config/profession/{id}/edit | Path does not match |
| 54 | app_admin_profession_delete | /admin/config/profession/{id}/delete | Path does not match |
| 55 | app_admin_profession_reorder | /admin/config/profession/reorder | Path does not match |
| 56 | app_admin_profile | /admin/profile/ | Path does not match |
| 57 | app_admin_profile_update | /admin/profile/update | Path does not match |
| 58 | app_admin_change_password | /admin/profile/change-password | Path does not match |
| 59 | app_admin_providers | /admin/providers/ | Path does not match |
| 60 | app_admin_provider_detail | /admin/providers/{id}/detail | Path does not match |
| 61 | app_admin_provider_block | /admin/providers/{id}/block | Path does not match |
| 62 | app_admin_speciality_index | /admin/config/speciality | Path does not match |
| 63 | app_admin_speciality_new | /admin/config/speciality/new | Path does not match |
| 64 | app_admin_speciality_show | /admin/config/speciality/{id} | Path does not match |
| 65 | app_admin_speciality_edit | /admin/config/speciality/{id}/edit | Path does not match |
| 66 | app_admin_speciality_delete | /admin/config/speciality/{id}/delete | Path does not match |
| 67 | app_home | / | Path does not match |
| 68 | app_for_providers | /for-providers | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.