Routing
app_home
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
(route: "n/a")
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt | /_wdt/{token} | Path does not match |
| 3 | _profiler_home | /_profiler/ | Path does not match |
| 4 | _profiler_search | /_profiler/search | Path does not match |
| 5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 7 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 8 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 9 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 10 | _profiler_open_file | /_profiler/open | Path does not match |
| 11 | _profiler | /_profiler/{token} | Path does not match |
| 12 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 13 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 14 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 15 | app_article_index | /admin/article/ | Path does not match |
| 16 | app_article_new | /admin/article/new | Path does not match |
| 17 | app_article_show | /admin/article/{id} | Path does not match |
| 18 | app_article_edit | /admin/article/{id}/edit | Path does not match |
| 19 | article_delete | /admin/article/delete | Path does not match |
| 20 | app_boutique_index | /admin/boutique/ | Path does not match |
| 21 | app_boutique_new | /admin/boutique/new | Path does not match |
| 22 | app_boutique_show | /admin/boutique/{id} | Path does not match |
| 23 | app_boutique_edit | /admin/boutique/{id}/edit | Path does not match |
| 24 | boutique_delete | /admin/boutique/delete | Path does not match |
| 25 | app_boutique_tier_stock_index | /admin/boutique/tier/stock/ | Path does not match |
| 26 | app_boutique_tier_stock_new | /admin/boutique/tier/stock/new | Path does not match |
| 27 | app_boutique_tier_stock_show | /admin/boutique/tier/stock/{id} | Path does not match |
| 28 | app_boutique_tier_stock_edit | /admin/boutique/tier/stock/{id}/edit | Path does not match |
| 29 | app_boutique_tier_stock_delete | /admin/boutique/tier/stock/{id} | Path does not match |
| 30 | app_stock_boutique_secondaire_observation | /admin/boutique/tier/stock/add/observation/stock/boutique/secondaire | Path does not match |
| 31 | app_approvisionner_boutique_stock | /admin/boutique/tier/stock/approvisionner/stock/boutique | Path does not match |
| 32 | app_client_index | /admin/client/ | Path does not match |
| 33 | app_client_new | /admin/client/new | Path does not match |
| 34 | app_client_new_from_vente | /admin/client/new/client/vente | Path does not match |
| 35 | app_client_show | /admin/client/{id} | Path does not match |
| 36 | app_client_edit | /admin/client/{id}/edit | Path does not match |
| 37 | app_client_delete | /admin/client/delete | Path does not match |
| 38 | app_commande_index | /admin/commande/ | Path does not match |
| 39 | app_commande_attente_index | /admin/commande/commande/attente | Path does not match |
| 40 | app_commande_traitee_index | /admin/commande/commande/traiter | Path does not match |
| 41 | app_commande_new | /admin/commande/new | Path does not match |
| 42 | app_commande_show | /admin/commande/{id} | Path does not match |
| 43 | app_commande_edit | /admin/commande/{id}/edit | Path does not match |
| 44 | app_commande_delete | /admin/commande/delete | Path does not match |
| 45 | app_quantite_ligne_commande_edit | /admin/commande/edit/quantite/ligne | Path does not match |
| 46 | app_update_status_commande | /admin/commande/update/statut | Path does not match |
| 47 | app_print_commande | /admin/commande/print/commande/{id} | Path does not match |
| 48 | app_get_article | /admin/commande/get/boutique/article | Path does not match |
| 49 | app_facture_index | /admin/facture/ | Path does not match |
| 50 | generer_facture_new | /admin/facture/gerener/{id} | Path does not match |
| 51 | app_facture_new | /admin/facture/new | Path does not match |
| 52 | app_facture_show | /admin/facture/{id} | Path does not match |
| 53 | app_facture_edit | /admin/facture/{id}/edit | Path does not match |
| 54 | app_facture_delete | /admin/facture/delete | Path does not match |
| 55 | app_print_facture | /admin/facture/print/facture/{id} | Path does not match |
| 56 | app_facture_normaliser_normaliser | /admin/facture-norma/{facture} | Path does not match |
| 57 | app_facture_normaliser_normaliser_confirm | /admin/facture-norma/confirm/{uid}/{facId} | Path does not match |
| 58 | app_facture_normaliser_normaliser_cancel | /admin/facture-norma/cancel/{uid}/{facId} | Path does not match |
| 59 | app_forgot_password | /forgot/password | Path does not match |
| 60 | app_reset_forgot_password | /reset/forgot/password/{token} | Path does not match |
| 61 | app_link_reset | /reset/link/{token} | Path does not match |
| 62 | app_verify_code_pin | /forgot/password/verify/code/pin/{idUser} | Path does not match |
| 63 | app_gerant | /admin/gerant | Path does not match |
| 64 | app_user_new | /admin/user/ajouter | Path does not match |
| 65 | app_admin_edit_user | /admin/{id}/edit/user | Path does not match |
| 66 | user_delete | /admin/delete/user | Path does not match |
| 67 | app_historique | /admin/historique | Path does not match |
| 68 | app_home | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.