Routing
app_home
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_brand_index | /brand/ | Path does not match |
| 2 | app_brand_delete | /brand/{id} | Path does not match |
| 3 | app_category_index | /category/ | Path does not match |
| 4 | app_category_delete | /category/{id} | Path does not match |
| 5 | app_commission_setting_index | /commission-setting/ | Path does not match |
| 6 | app_commission_setting_new | /commission-setting/new | Path does not match |
| 7 | app_commission_setting_show | /commission-setting/{id} | Path does not match |
| 8 | app_commission_setting_edit | /commission-setting/{id}/edit | Path does not match |
| 9 | app_commission_setting_delete | /commission-setting/{id} | Path does not match |
| 10 | app_company_index | /company/ | Path does not match |
| 11 | app_company_new | /company/new | Path does not match |
| 12 | app_company_show | /company/{id} | Path does not match |
| 13 | app_company_edit | /company/{id}/edit | Path does not match |
| 14 | app_company_delete | /company/{id} | Path does not match |
| 15 | app_credit_index | /credit/ | Path does not match |
| 16 | app_credit_show | /credit/{id} | Path does not match |
| 17 | app_customer_index | /customer/ | Path does not match |
| 18 | app_customer_new | /customer/new | Path does not match |
| 19 | app_customer_show | /customer/{id} | Path does not match |
| 20 | app_customer_edit | /customer/{id}/edit | Path does not match |
| 21 | app_customer_delete | /customer/{id} | Path does not match |
| 22 | app_customer_transaction_index | /customer-transaction/ | Path does not match |
| 23 | app_customer_transaction_new | /customer-transaction/new | Path does not match |
| 24 | app_customer_transaction_show | /customer-transaction/{id} | Path does not match |
| 25 | app_customer_transaction_edit | /customer-transaction/{id}/edit | Path does not match |
| 26 | app_customer_transaction_delete | /customer-transaction/{id} | Path does not match |
| 27 | app_expense_index | /expense/ | Path does not match |
| 28 | app_expense_new | /expense/new | Path does not match |
| 29 | app_expense_show | /expense/{id} | Path does not match |
| 30 | app_expense_edit | /expense/{id}/edit | Path does not match |
| 31 | app_expense_delete | /expense/{id} | Path does not match |
| 32 | app_home | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.