Routing
home
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | souscription_new | /abonnement/new/souscription | Path does not match |
| 2 | app_all_abonnement_index | /abonnement/all/abonnements | Path does not match |
| 3 | app_mes_abonnement_index | /abonnement/mesabonnements | Path does not match |
| 4 | app_abonnement_index | /abonnement/ | Path does not match |
| 5 | app_abonnement_nouvel | /abonnement/abonnement/nouvel | Path does not match |
| 6 | app_abonnement_new | /abonnement/new | Path does not match |
| 7 | app_abonnement_front_new | /abonnement/souscrire | Path does not match |
| 8 | app_abonnement_show | /abonnement/{id} | Path does not match |
| 9 | abonnement_modifier_livraisons | /abonnement/abonnement/{id}/modifier-livraisons | Path does not match |
| 10 | app_abonnement_edit | /abonnement/{id}/edit | Path does not match |
| 11 | app_abonnement_delete | /abonnement/{id} | Path does not match |
| 12 | app_admin | /admin | Path does not match |
| 13 | employe_pointages | /admin/employe/{id}/pointages | Path does not match |
| 14 | dashboard_presents | /admin/dashboard/presents | Path does not match |
| 15 | dashboard_absents | /admin/dashboard/absents | Path does not match |
| 16 | update_position | /api/livreurs/position/update-location/{id} | Path does not match |
| 17 | api_check_pointage_user | /check/pointage | Path does not match |
| 18 | api_login | /api/login | Path does not match |
| 19 | api_login_email | /api/loginemail | Path does not match |
| 20 | server_time | /server-time | Path does not match |
| 21 | api_user_to_entreprise | /api/user-to-entreprise | Path does not match |
| 22 | app_auth_checkemail | /api/check-email | Path does not match |
| 23 | api_register | /api/register | Path does not match |
| 24 | api_asklivraison | /api/asklivraison | Path does not match |
| 25 | forgot_password | /api/password/forgot | Path does not match |
| 26 | reset_password | /api/reset-passwordold/{token} | Path does not match |
| 27 | app_caracteristiques_type_abonnement_index | /caracteristiques/type/abonnement/ | Path does not match |
| 28 | app_caracteristiques_type_abonnement_new | /caracteristiques/type/abonnement/new | Path does not match |
| 29 | app_caracteristiques_type_abonnement_show | /caracteristiques/type/abonnement/{id} | Path does not match |
| 30 | app_caracteristiques_type_abonnement_edit | /caracteristiques/type/abonnement/{id}/edit | Path does not match |
| 31 | app_caracteristiques_type_abonnement_delete | /caracteristiques/type/abonnement/{id} | Path does not match |
| 32 | change_password | /api/change-password | Path does not match |
| 33 | company_wizard | /register/company/step/{step} | Path does not match |
| 34 | contact | /contact | Path does not match |
| 35 | app_credits_index | /credits/ | Path does not match |
| 36 | app_credits_new | /credits/new | Path does not match |
| 37 | app_credits_show | /credits/{id} | Path does not match |
| 38 | app_credits_edit | /credits/{id}/edit | Path does not match |
| 39 | app_credits_delete | /credits/{id} | Path does not match |
| 40 | map_entreprises | /admin/entreprise/map | Path does not match |
| 41 | app_entreprise_index | /admin/entreprise/ | Path does not match |
| 42 | app_entreprise_new | /admin/entreprise/new | Path does not match |
| 43 | app_entreprise_show | /admin/entreprise/{id} | Path does not match |
| 44 | app_entreprise_edit | /admin/entreprise/{id}/edit | Path does not match |
| 45 | app_entreprise_delete | /admin/entreprise/{id} | Path does not match |
| 46 | export_pointages | /export/pointages | Path does not match |
| 47 | app_financement_index | /financement/ | Path does not match |
| 48 | app_financement_new | /financement/new | Path does not match |
| 49 | app_financement_new_front | /financement/demander | Path does not match |
| 50 | app_financement_show | /financement/{id} | Path does not match |
| 51 | app_financement_edit | /financement/{id}/edit | Path does not match |
| 52 | app_financement_delete | /financement/{id} | Path does not match |
| 53 | pointagereport | /rapportpointage | Path does not match |
| 54 | send_whatsapp | /send-whatsapp | Path does not match |
| 55 | 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.