Routing
frontend_search_bycountry_byservice
Matched route
Route Parameters
| Name | Value |
|---|---|
| country_slug | "peru" |
| service_slug | "process-servers" |
Route Matching Logs
Path to match:
/search/peru/process-servers
| # | 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_xdebug | /_profiler/xdebug | Path does not match |
| 8 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 9 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 10 | _profiler_open_file | /_profiler/open | Path does not match |
| 11 | _profiler | /_profiler/{token} | Path does not match |
| 12 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 13 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 14 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 15 | admin_admins_index | /admin/admins | Path does not match |
| 16 | admin_admins_create | /admin/admins/create | Path does not match |
| 17 | admin_admins_edit | /admin/admins/{admin_uuid}/edit | Path does not match |
| 18 | admin_admins_delete | /admin/admins/{admin_uuid}/delete | Path does not match |
| 19 | admin_auth_login | /admin/login | Path does not match |
| 20 | admin_auth_logincheck | /admin/login_check | Path does not match |
| 21 | admin_auth_logout | /admin/logout | Path does not match |
| 22 | admin_auth_loginfailure | /admin/login_failure | Path does not match |
| 23 | admin_dashboard_index | /admin/dashboard | Path does not match |
| 24 | admin_index | /admin | Path does not match |
| 25 | admin_listings_index | /admin/listings | Path does not match |
| 26 | admin_listings_create | /admin/listings/create | Path does not match |
| 27 | admin_listings_edit | /admin/listings/{listing_uuid}/edit | Path does not match |
| 28 | admin_listings_delete | /admin/listings/{listing_uuid}/delete | Path does not match |
| 29 | admin_services_index | /admin/services | Path does not match |
| 30 | admin_services_create | /admin/services/create | Path does not match |
| 31 | admin_services_edit | /admin/services/{service_uuid}/edit | Path does not match |
| 32 | admin_services_delete | /admin/services/{service_uuid}/delete | Path does not match |
| 33 | admin_users_index | /admin/users | Path does not match |
| 34 | admin_users_create | /admin/users/create | Path does not match |
| 35 | admin_users_edit | /admin/users/{user_uuid}/edit | Path does not match |
| 36 | admin_users_delete | /admin/users/{user_uuid}/delete | Path does not match |
| 37 | resend_verification_email | /resend-verification-email | Path does not match |
| 38 | verify_account_email | /verify-email/{token} | Path does not match |
| 39 | frontend_account_index | /account | Path does not match |
| 40 | frontend_account_profile | /account/profile | Path does not match |
| 41 | frontend_account_password | /account/password | Path does not match |
| 42 | frontend_auth_login | /login | Path does not match |
| 43 | frontend_auth_logincheck | /login_check | Path does not match |
| 44 | frontend_auth_logout | /logout | Path does not match |
| 45 | frontend_auth_loginfailure | /login_failure | Path does not match |
| 46 | frontend_account_listings_index | /account/listings | Path does not match |
| 47 | frontend_account_listings_create | /account/listings/create | Path does not match |
| 48 | frontend_account_listings_view | /account/listings/{listing_uuid}/view | Path does not match |
| 49 | frontend_account_listings_delete | /account/listings/{listing_uuid}/delete | Path does not match |
| 50 | frontend_account_listings_revise | /account/listings/{listing_uuid}/revise | Path does not match |
| 51 | frontend_account_listings_promote | /account/listings/{listing_uuid}/promote | Path does not match |
| 52 | frontend_account_register | /register | Path does not match |
| 53 | frontend_index | / | Path does not match |
| 54 | frontend_search_quick | /search/quick | Path does not match |
| 55 | frontend_search_index | /search | Path does not match |
| 56 | frontend_search_bycountry | /search/{country_slug} | Path does not match |
| 57 | frontend_search_bycountry_byservice | /search/{country_slug}/{service_slug} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.