Routing
home_index
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
http://padminlast.donnate.org/login
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | auth_login | /login | Path does not match |
| 2 | auth_logout | /logout | Path does not match |
| 3 | brands_index | /brands/ | Path does not match |
| 4 | brands_create | /brands/create | Path does not match |
| 5 | brands_edit | /brands/{id}/edit | Path does not match |
| 6 | brands_delete | /brands/{id}/delete | Path does not match |
| 7 | brands_get_ajax | /brands/get | Path does not match |
| 8 | categories_index | /categories/ | Path does not match |
| 9 | categories_treejs | /categories/category-treejs | Path does not match |
| 10 | categories_create | /categories/create | Path does not match |
| 11 | categories_edit | /categories/{id}/edit | Path does not match |
| 12 | categories_delete | /categories/{id}/delete | Path does not match |
| 13 | categories_undelete | /categories/{id}/undelete | Path does not match |
| 14 | categories_get_ajax | /categories/get | Path does not match |
| 15 | complaints_index | /complaints/ | Path does not match |
| 16 | customers_index | /customers/ | Path does not match |
| 17 | customers_edit | /customers/{id}/edit | Path does not match |
| 18 | customers_detail | /customers/{id}/detail | Path does not match |
| 19 | customers_delete | /customers/{id}/delete | Path does not match |
| 20 | home_index | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.