Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | vinyls_show | /vinyle/{slug} | Path does not match |
| 2 | vinyls_search | /vinyles/search | Path does not match |
| 3 | vinyls_label | /label/{slug} | Path does not match |
| 4 | vinyls_artist | /artiste/{artist} | Path does not match |
| 5 | _wdt | /_wdt/{token} | Path does not match |
| 6 | _profiler_home | /_profiler/ | Path does not match |
| 7 | _profiler_search | /_profiler/search | Path does not match |
| 8 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 9 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 10 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 11 | _profiler_open_file | /_profiler/open | Path does not match |
| 12 | _profiler | /_profiler/{token} | Path does not match |
| 13 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 14 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 15 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 16 | dj_accessories | /accessoires-dj | Path does not match |
| 17 | dj_accessory | /accessoires-dj/{slug} | Path does not match |
| 18 | account_index | /mon-compte | Path does not match |
| 19 | account_orders | /mes-commandes | Path does not match |
| 20 | account_order_detail | /mes-commandes/detail/{id} | Path does not match |
| 21 | account_orders_aside | /mes-commandes/envoi-mise-de-cote | Path does not match |
| 22 | account_orders_payement | /mes-commandes/envoi-mise-de-cote/paiement | Path does not match |
| 23 | account_orders_payement_intent | /mes-commandes/envoi-mise-de-cote/paiement/intent | Path does not match |
| 24 | account_orders_payement_success | /mes-commandes/envoi-mise-de-cote/paiement/success/{ref} | Path does not match |
| 25 | account_orders_add_shipping_address | /mes-commandes/envoi-mise-de-cote/add-shipping-address | Path does not match |
| 26 | aside_add_gift | /mes-commandes/envoi-mise-de-cote/gift/add/{id} | Path does not match |
| 27 | aside_delete_gift | /mes-commandes/envoi-mise-de-cote/gift/delete/{id} | Path does not match |
| 28 | zside_unload_gift | /mes-commandes/envoi-mise-de-cote/gift/unload | Path does not match |
| 29 | admin_accessory_index | /mv-admin/accessoires-dj | Path does not match |
| 30 | admin_accessory_edit | /mv-admin/accessoires-dj/edit/{id} | Path does not match |
| 31 | admin_accessory_add | /mv-admin/accessoires-dj/add | Path does not match |
| 32 | admin_artist_index | /mv-admin/artistes | Path does not match |
| 33 | admin_artist_edit | /mv-admin/artiste/edit/{slug} | Path does not match |
| 34 | admin_artist_add | /mv-admin/artiste/add | Path does not match |
| 35 | admin_billing_index | /mv-admin/billing | Path does not match |
| 36 | admin_billing_download_all | /mv-admin/billing/download-all | Path does not match |
| 37 | admin_client_index | /mv-admin/clients | Path does not match |
| 38 | admin_client_state | /mv-admin/client/{id}/{state} | Path does not match |
| 39 | admin_dashboard_index | /mv-admin/dashboard | Path does not match |
| 40 | admin_invoice | /mv-admin/factures | Path does not match |
| 41 | admin_invoice_migration | /mv-admin/invoices/migration | Path does not match |
| 42 | admin_label_index | /mv-admin/labels | Path does not match |
| 43 | admin_label_edit | /mv-admin/label/edit/{slug} | Path does not match |
| 44 | admin_label_add | /mv-admin/label/add | Path does not match |
| 45 | admin_order_index | /mv-admin/commandes/{type} | Path does not match |
| 46 | admin_order_validate | /mv-admin/commandes/valider-paiement/{id} | Path does not match |
| 47 | admin_order_cancel | /mv-admin/commandes/cancel/{id} | Path does not match |
| 48 | admin_params | /mv-admin/params | Path does not match |
| 49 | admin_products_promotions | /mv-admin/promotions/{promotion} | Path does not match |
| 50 | admin_product_promotion_delete | /mv-admin/promotions/{promotion}/delete/{vinyl} | Path does not match |
| 51 | admin_product_promotion_delete_all | /mv-admin/promotions/{promotion}/delete-all | Path does not match |
| 52 | admin_vinyl_index | /mv-admin/vinyls | Path does not match |
| 53 | admin_vinyl_edit | /mv-admin/vinyl/edit/{slug} | Path does not match |
| 54 | admin_vinyl_add | /mv-admin/vinyl/add | Path does not match |
| 55 | admin_vinyl_deltrack | /mv-admin/vinyl/{slug}/delete-track/{piste} | Path does not match |
| 56 | cart_index | /panier | Path does not match |
| 57 | cart_checkout | /paiement | Path does not match |
| 58 | paiement_intent | /paiement/intent | Path does not match |
| 59 | paiement_success | /paiement/success/{ref} | Path does not match |
| 60 | paiement_cancel | /paiement/cancel/{pi} | Path does not match |
| 61 | paiement_virement | /paiement/virement | Path does not match |
| 62 | retrait_magasin | /paiement/retrait-magasin | Path does not match |
| 63 | cart_add | /panier/add/{id} | Path does not match |
| 64 | cart_delete | /panier/delete/{id} | Path does not match |
| 65 | cart_add_gift | /panier/gift/add/{id} | Path does not match |
| 66 | cart_delete_gift | /panier/gift/delete/{id} | Path does not match |
| 67 | cart_unload_gift | /panier/gift/unload | Path does not match |
| 68 | cart_add_shipping_address | /panier/add-shipping-address | Path does not match |
| 69 | preorder | /paiement/preorder | Path does not match |
| 70 | invoice_index | /invoice | Path does not match |
| 71 | invoice_download | /facture/{ref} | Path does not match |
| 72 | app_locale_switch | /locale/switch/{locale} | Path does not match |
| 73 | app_locale_reset | /locale/reset | Path does not match |
| 74 | maintenance | /maintenance | Path does not match |
| 75 | home | / | Path does not match |
| 76 | about | /a-propos | Path does not match |
| 77 | shipping | /informations-livraison | Path does not match |
| 78 | paiement | /informations-paiement | Path does not match |
| 79 | mentions_legales | /mentions-legales | Path does not match |
| 80 | cgv | /cgv | Path does not match |
| 81 | app_register | /inscription | Path does not match |
| 82 | app_verify_email | /verify/email/{email} | Path does not match |
| 83 | app_forgot_password_request | /reset-password | Path does not match |
| 84 | app_check_email | /reset-password/check-email | Path does not match |
| 85 | app_reset_password | /reset-password/reset/{token} | Path does not match |
| 86 | 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.