Routing
app_dashboard
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
https://stock.simonstech-ci.com/login
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_caisse_index | /admin/caisses/ | Path does not match |
| 2 | app_caisse_mouvement_new | /admin/caisses/mouvement-new | Path does not match |
| 3 | app_caisse_transfert | /admin/caisses/transfert | Path does not match |
| 4 | app_caisse_export_pdf | /admin/caisses/admin/caisses/export/pdf | Path does not match |
| 5 | app_caisse_export_excel | /admin/caisses/admin/caisses/export/excel | Path does not match |
| 6 | admin_categorie_produit_index | /admin/categorie-produit/ | Path does not match |
| 7 | admin_categorie_produit_new | /admin/categorie-produit/new | Path does not match |
| 8 | admin_categorie_produit_edit | /admin/categorie-produit/{id}/edit | Path does not match |
| 9 | admin_categorie_produit_toggle | /admin/categorie-produit/{id}/toggle | Path does not match |
| 10 | app_dashboard | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.