Routing
app_user_register
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/creation-de-compte
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_admin_customer_index | /admin/utilisateur/liste-des-comptes | Path does not match |
| 2 | app_admin_customer_show | /admin/utilisateur/{id}/profile | Path does not match |
| 3 | app_admin_customer_create | /admin/utilisateur/creer-un-compte | Path does not match |
| 4 | app_admin_customer_update | /admin/utilisateur/{id}/modifier-un-compte | Path does not match |
| 5 | app_admin_customer_lock | /admin/utilisateur/{id}/bloquer-un-compte | Path does not match |
| 6 | app_admin_customer_unlock | /admin/utilisateur/{id}/debloquer-un-compte | Path does not match |
| 7 | app_admin_customer_delete | /admin/utilisateur/supprimer/{id} | Path does not match |
| 8 | app_admin_index | /admin/dashboard | Path does not match |
| 9 | app_admin_project_index | /admin/project/list | Path does not match |
| 10 | app_admin_project_create | /admin/project/create | Path does not match |
| 11 | app_admin_project_update | /admin/project/{id}/update | Path does not match |
| 12 | app_admin_document_validate | /admin/demande/document/{id}/status/valider | Path does not match |
| 13 | app_admin_document_reject | /admin/demande/document/{id}/rejeter | Path does not match |
| 14 | app_admin_request_index | /admin/demandes/liste-des-demandes | Path does not match |
| 15 | app_admin_request_details | /admin/demandes/details/{id}/{slug} | Path does not match |
| 16 | app_admin_request_update | /admin/demandes/update/{id}/{slug} | Path does not match |
| 17 | app_admin_request_status | /admin/demandes/status/{id}/{slug} | Path does not match |
| 18 | app_admin_request_data_download | /admin/demandes/download-request-data/{id} | Path does not match |
| 19 | app_admin_settings | /admin/profile | Path does not match |
| 20 | app_admin_settings_add_user | /admin/creation-de-compte-administration | Path does not match |
| 21 | app_article_index | /actualites | Path does not match |
| 22 | app_article_show | /actualites/details | Path does not match |
| 23 | app_default_index | / | Path does not match |
| 24 | app_default_participation | /participation | Path does not match |
| 25 | app_default_faq | /foire-aux-questions | Path does not match |
| 26 | app_user_register | /creation-de-compte | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.