Routing
blo_register
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/inscription
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_blo_home_index | / | Path does not match |
| 2 | app_achat_index | /achat/ | Path does not match |
| 3 | app_achat_report | /achat/report/achats | Path does not match |
| 4 | app_achat_new | /achat/new | Path does not match |
| 5 | reglement_achat_new | /achat/achat/{id}/reglement | Path does not match |
| 6 | app_achat_add_product | /achat/add-product | Path does not match |
| 7 | app_achat_update_quantity | /achat/update-quantity | Path does not match |
| 8 | app_achat_update_price | /achat/update-price | Path does not match |
| 9 | app_achat_remove_product | /achat/remove-product | Path does not match |
| 10 | app_achat_edit | /achat/achat/{id}/edit | Path does not match |
| 11 | app_achat_show | /achat/{id} | Path does not match |
| 12 | achat_facture | /achat/achat/{id}/facture | Path does not match |
| 13 | app_achat_delete | /achat/{id} | Path does not match |
| 14 | app_achatproduit_index | /achatproduit/ | Path does not match |
| 15 | app_achatproduit_new | /achatproduit/new | Path does not match |
| 16 | app_achatproduit_show | /achatproduit/{id} | Path does not match |
| 17 | app_achatproduit_edit | /achatproduit/{id}/edit | Path does not match |
| 18 | app_achatproduit_delete | /achatproduit/{id} | Path does not match |
| 19 | api_blo_admin_stats | /api/admin/stats | Path does not match |
| 20 | api_blo_orders_list | /api/orders | Path does not match |
| 21 | api_blo_order_show | /api/orders/{id} | Path does not match |
| 22 | api_blo_products_list | /api/products | Path does not match |
| 23 | api_blo_product_show | /api/products/{slug} | Path does not match |
| 24 | api_blo_vendor_orders_list | /api/vendor/orders | Path does not match |
| 25 | api_blo_vendor_order_show | /api/vendor/orders/{id} | Path does not match |
| 26 | blo_account_change_password | /compte/mot-de-passe | Path does not match |
| 27 | blo_admin_change_password | /admin/compte/mot-de-passe | Path does not match |
| 28 | blo_admin_categories | /admin/categories | Path does not match |
| 29 | blo_admin_category_new | /admin/categories/new | Path does not match |
| 30 | blo_admin_category_edit | /admin/categories/{id}/edit | Path does not match |
| 31 | blo_admin_commissions | /admin/commissions | Path does not match |
| 32 | blo_admin_commission_global_edit | /admin/commissions/global/edit | Path does not match |
| 33 | blo_admin_commission_shop_edit | /admin/commissions/shop/{id}/edit | Path does not match |
| 34 | blo_admin_dashboard | /admin | Path does not match |
| 35 | blo_admin_orders | /admin/orders | Path does not match |
| 36 | blo_admin_order_status | /admin/orders/{id}/status | Path does not match |
| 37 | blo_admin_payments | /admin/payments | Path does not match |
| 38 | blo_admin_payment_settings | /admin/settings/payment | Path does not match |
| 39 | blo_admin_payouts | /admin/payouts | Path does not match |
| 40 | blo_admin_payout_approve | /admin/payouts/{id}/approve | Path does not match |
| 41 | blo_admin_payout_reject | /admin/payouts/{id}/reject | Path does not match |
| 42 | blo_admin_products | /admin/products | Path does not match |
| 43 | blo_admin_product_edit | /admin/products/{id}/edit | Path does not match |
| 44 | blo_admin_product_delete | /admin/products/{id}/delete | Path does not match |
| 45 | blo_admin_product_new | /admin/products/new | Path does not match |
| 46 | blo_admin_product_image_delete | /admin/products/image/{id}/delete | Path does not match |
| 47 | blo_admin_site_logo | /admin/site-settings/logo | Path does not match |
| 48 | blo_admin_slider | /admin/slider | Path does not match |
| 49 | blo_admin_slider_add | /admin/slider/add | Path does not match |
| 50 | blo_admin_slider_edit | /admin/slider/{id}/edit | Path does not match |
| 51 | blo_admin_slider_delete | /admin/slider/{id}/delete | Path does not match |
| 52 | blo_admin_slider_move_up | /admin/slider/{id}/move-up | Path does not match |
| 53 | blo_admin_slider_move_down | /admin/slider/{id}/move-down | Path does not match |
| 54 | blo_admin_slider_toggle_active | /admin/slider/{id}/toggle-active | Path does not match |
| 55 | blo_admin_vendors | /admin/vendors | Path does not match |
| 56 | blo_admin_vendor_suspend | /admin/vendors/{id}/suspend | Path does not match |
| 57 | blo_admin_vendor_activate | /admin/vendors/{id}/activate | Path does not match |
| 58 | blo_login | /connexion | Path does not match |
| 59 | blo_register | /inscription | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.