Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
# | Route name | Path | Log |
---|---|---|---|
1 | admin.category.list | /admin/category/ | Path does not match |
2 | admin.category.add | /admin/category/new | Path does not match |
3 | admin.category.edit | /admin/category/{id}/edit | Path does not match |
4 | admin.category.delete | /admin/category/{id}/delete | Path does not match |
5 | admin.command.list | /admin/command/ | Path does not match |
6 | admin.command.view | /admin/command/{id} | Path does not match |
7 | admin.command.print | /admin/command/{id}/print | Path does not match |
8 | admin.configuration.list | /admin/configuration/ | Path does not match |
9 | admin.configuration.add | /admin/configuration/new | Path does not match |
10 | admin.configuration.edit | /admin/configuration/{id}/edit | Path does not match |
11 | admin.configuration.delete | /admin/configuration/{id}/delete | Path does not match |
12 | admin.dashboard | /admin/ | Path does not match |
13 | admin.index | /admin/ | Path does not match |
14 | admin_order_detail_change_delivered_status | /admin/order-detail/{id}/change-delivered-status/{status} | Path does not match |
15 | admin.product.list | /admin/product/ | Path does not match |
16 | admin.product.add | /admin/product/new | Path does not match |
17 | admin.product.edit | /admin/product/{id}/edit | Path does not match |
18 | admin.product.view | /admin/product/{id}/view | Path does not match |
19 | admin.product.delete | /admin/product/{id}/delete | Path does not match |
20 | admin.store.list | /admin/store/ | Path does not match |
21 | admin.store.add | /admin/store/new | Path does not match |
22 | admin.store.edit | /admin/store/{id}/edit | Path does not match |
23 | admin.store.view | /admin/store/{id}/view | Path does not match |
24 | admin.store.delete | /admin/store/{id}/delete | Path does not match |
25 | admin.store.location.list | /admin/store/location/ | Path does not match |
26 | admin.store.location.add | /admin/store/location/add | Path does not match |
27 | admin.store.location.edit | /admin/store/location/{id}/edit | Path does not match |
28 | admin.store.location.delete | /admin/store/location/{id}/delete | Path does not match |
29 | admin.user.list | /admin/user/ | Path does not match |
30 | admin.user.add | /admin/user/new | Path does not match |
31 | admin.user.edit | /admin/user/{id}/edit | Path does not match |
32 | admin.user.view | /admin/user/{id}/view | Path does not match |
33 | admin.user.delete | /admin/user/{id}/delete | Path does not match |
34 | asset_url | /assets/{path} | Path does not match |
35 | asset_delete_url | /assets/delete/{id} | Path does not match |
36 | app.index | / | Path does not match |
37 | app.test.presta | /test-presta | Path does not match |
38 | partner.command.list | /partner/command/ | Path does not match |
39 | partner.command.view | /partner/command/{id} | Path does not match |
40 | partner.command.print | /partner/command/{id}/print | Path does not match |
41 | partner.dashboard | /partner/ | Path does not match |
42 | partner.index | /partner/ | Path does not match |
43 | partner.product.list | /partner/product/ | Path does not match |
44 | partner.product.add | /partner/product/new | Path does not match |
45 | partner.product.edit | /partner/product/{id}/edit | Path does not match |
46 | partner.product.view | /partner/product/{id}/view | Path does not match |
47 | partner.store.list | /partner/store/ | Path does not match |
48 | partner.store.add | /partner/store/new | Path does not match |
49 | partner.store.edit | /partner/store/{id}/edit | Path does not match |
50 | partner.store.view | /partner/store/{id}/view | Path does not match |
51 | product_toggle_status | /product/{id}/toggle-status | Path does not match |
52 | recenseur.index | /recenseur/ | Path does not match |
53 | recenseur.store.list | /recenseur/store/ | Path does not match |
54 | recenseur.store.add | /recenseur/store/new | Path does not match |
55 | recenseur.store.edit | /recenseur/store/{id}/edit | Path does not match |
56 | app_login | /login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.