Routing
company_show
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "7827" |
| slug | "caries-s-r-o-mddr-maria-lopuchovska" |
Route Matching Logs
Path to match:
/company/7827-caries-s-r-o-mddr-maria-lopuchovska
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | ajax_get_translations_json | /ajax/getTranslationsJson | Path does not match |
| 2 | login | /login | Path does not match |
| 3 | logout | /logout | Path does not match |
| 4 | certificate | /certificate | Path does not match |
| 5 | city_list | /city/list/{page} | Path does not match |
| 6 | company_list | /company/list/{page} | Path does not match |
| 7 | city_companies_list | /city/{id}-{slug}/companies/{page} | Path does not match |
| 8 | company_show | /company/{id}-{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.