Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | list_shops | /list/shop | Path does not match |
| 2 | list_users | /list/users | Path does not match |
| 3 | list_profiles | /list/profiles | Path does not match |
| 4 | list_products | /list/products | Path does not match |
| 5 | list_product_history | /list/product-history | Path does not match |
| 6 | list_params | /list/params/{type} | Path does not match |
| 7 | list_discounts | /list/discounts | Path does not match |
| 8 | list_stocks | /list/stocks | Path does not match |
| 9 | list_stock_details | /list/stock-details | Path does not match |
| 10 | list_stock_finished_details | /list/stock-finished-details | Path does not match |
| 11 | list_purchase_stocks | /list/purchase-stocks | Path does not match |
| 12 | list_packs | /list/packs | Path does not match |
| 13 | list_sales | /list/sales | Path does not match |
| 14 | list_supplier | /list/suppliers | Path does not match |
| 15 | search_purchases | /list/purchases | Path does not match |
| 16 | sales_journal | /sales/journal | Path does not match |
| 17 | stats_sales_details | /stats/salesdetails | Path does not match |
| 18 | app_discounts | /discounts | Path does not match |
| 19 | create_discount | /discount-creation | Path does not match |
| 20 | edit_discount | /discount-edition/{id} | Path does not match |
| 21 | remove_discount | /discount-remove/{id} | Path does not match |
| 22 | app_packs | /packs | Path does not match |
| 23 | create_pack | /pack-creation | Path does not match |
| 24 | edit_pack | /pack-edition/{id} | Path does not match |
| 25 | remove_pack | /pack-remove/{id} | Path does not match |
| 26 | get_pack_product | /pack-get-product/{code} | Path does not match |
| 27 | get_pack_byId | /pack-get-by-product-id/{id} | Path does not match |
| 28 | app_products | /products | Path does not match |
| 29 | app_product_history | /product-history/{id} | Path does not match |
| 30 | create_product | /product-creation | Path does not match |
| 31 | edit_product | /product-edition/{id} | Path does not match |
| 32 | remove_product | /product-remove/{id} | Path does not match |
| 33 | app_params | /params | Path does not match |
| 34 | create_param | /param-creation/{type} | Path does not match |
| 35 | remove_param | /param-remove/{type}/{id} | Path does not match |
| 36 | app_profiles | /profiles | Path does not match |
| 37 | create_profile | /profile-creation | Path does not match |
| 38 | edit_profile | /profile-edition/{id} | Path does not match |
| 39 | remove_profile | /profile-remove/{id} | Path does not match |
| 40 | list_purchases | /purchases | Path does not match |
| 41 | create_purchase | /purchase-creation | Path does not match |
| 42 | edit_purchase | /purchase-edition/{id} | Path does not match |
| 43 | remove_purchase | /purchase-remove/{id} | Path does not match |
| 44 | create_purchase_stock | /stock-achat-creation/{achat} | Path does not match |
| 45 | edit_purchase_stock | /stock-achat-edition/{achat}/{id} | Path does not match |
| 46 | remove_stock_achat | /stock-achat-remove/{achat}/{id} | Path does not match |
| 47 | app_register | /register | Path does not match |
| 48 | app_checkout | /checkout/{id} | Path does not match |
| 49 | app_sales | /sales | Path does not match |
| 50 | create_sale | /sale-creation | Path does not match |
| 51 | edit_sale | /sale-edition/{id}/{history} | Path does not match |
| 52 | remove_sale | /sale-remove/{id} | Path does not match |
| 53 | remove_saved_sale | /saved-sale-remove/{id} | Path does not match |
| 54 | app_journal | /journal-de-caisse | Path does not match |
| 55 | 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.