Routing
app_dash
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
(route: "n/a")
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_address_index | /admin/address/ | Path does not match |
| 2 | app_address_new | /admin/address/new | Path does not match |
| 3 | app_address_show | /admin/address/{id} | Path does not match |
| 4 | app_address_edit | /admin/address/{id}/edit | Path does not match |
| 5 | app_address_delete | /admin/address/{id} | Path does not match |
| 6 | app_exist_address | /admin/address/verifie/exist | Path does not match |
| 7 | app_address_organization_index | /admin/addressOrganization/ | Path does not match |
| 8 | app_address_organization_new | /admin/addressOrganization/new | Path does not match |
| 9 | app_address_organization_show | /admin/addressOrganization/{id} | Path does not match |
| 10 | app_address_organization_edit | /admin/addressOrganization/{id}/edit | Path does not match |
| 11 | app_address_organization_delete | /admin/addressOrganization/{id} | Path does not match |
| 12 | app_exist_address_organization | /admin/addressOrganization/verifie/exist | Path does not match |
| 13 | app_address_salesman_index | /admin/addressSalesman/ | Path does not match |
| 14 | app_address_salesman_new | /admin/addressSalesman/new | Path does not match |
| 15 | app_address_salesman_show | /admin/addressSalesman/{id} | Path does not match |
| 16 | app_address_salesman_edit | /admin/addressSalesman/{id}/edit | Path does not match |
| 17 | app_address_salesman_delete | /admin/addressSalesman/{id} | Path does not match |
| 18 | app_exist_address_salesman | /admin/addressSalesman/verifie/exist | Path does not match |
| 19 | app_address_type_index | /admin/addressType/ | Path does not match |
| 20 | app_address_type_new | /admin/addressType/new | Path does not match |
| 21 | app_address_type_show | /admin/addressType/{id} | Path does not match |
| 22 | app_address_type_edit | /admin/addressType/{id}/edit | Path does not match |
| 23 | app_address_type_delete | /admin/addressType/{id} | Path does not match |
| 24 | get_address_types | /admin/addressType/get/list/all | Path does not match |
| 25 | app_category_index | /admin/category/ | Path does not match |
| 26 | edit_category | /admin/category/edit/category | Path does not match |
| 27 | app_category_delete | /admin/category/{id} | Path does not match |
| 28 | app_exist_category | /admin/category/verifie/exist | Path does not match |
| 29 | get_category | /admin/category/get/list/all | Path does not match |
| 30 | app_commission_setting_index | /admin/commission/setting/ | Path does not match |
| 31 | app_commission_setting_new | /admin/commission/setting/new | Path does not match |
| 32 | app_commission_setting_show | /admin/commission/setting/{id} | Path does not match |
| 33 | app_commission_setting_edit | /admin/commission/setting/{id}/edit | Path does not match |
| 34 | app_commission_setting_delete | /admin/commission/setting/{id} | Path does not match |
| 35 | app_exist_commission_setting | /admin/commission/setting/verifie/exist | Path does not match |
| 36 | new_commission_setting | /admin/commission/setting/new/commission-setting | Path does not match |
| 37 | get_commission_setting | /admin/commission/setting/commission-setting/get | Path does not match |
| 38 | edit_commission_setting | /admin/commission/setting/edit/commission-setting | Path does not match |
| 39 | app_commission_type_index | /admin/commission/type/ | Path does not match |
| 40 | app_commission_type_new | /admin/commission/type/new | Path does not match |
| 41 | app_commission_type_show | /admin/commission/type/{id} | Path does not match |
| 42 | app_commission_type_edit | /admin/commission/type/{id}/edit | Path does not match |
| 43 | app_commission_type_delete | /admin/commission/type/{id} | Path does not match |
| 44 | get_commissionType | /admin/commission/type/get/list/all | Path does not match |
| 45 | app_currency_type_index | /admin/currency/type/ | Path does not match |
| 46 | app_currency_type_new | /admin/currency/type/new | Path does not match |
| 47 | app_currency_type_show | /admin/currency/type/{id} | Path does not match |
| 48 | app_currency_type_edit | /admin/currency/type/{id}/edit | Path does not match |
| 49 | app_currency_type_delete | /admin/currency/type/{id} | Path does not match |
| 50 | get_currency | /admin/currency/type/get/list/all | Path does not match |
| 51 | app_dash | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.