Routing
app_register
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/creation-compte-utilisateur
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt_stylesheet | /_wdt/styles.css | Path does not match |
| 3 | _wdt | /_wdt/{token} | Path does not match |
| 4 | _profiler_home | /_profiler/ | Path does not match |
| 5 | _profiler_search | /_profiler/search | Path does not match |
| 6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 9 | _profiler_font | /_profiler/font/{fontName}.woff2 | 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 | api_file_upload | /api/file/upload | Path does not match |
| 17 | app_billing_system_index | /dashboard/systeme/facturation | Path does not match |
| 18 | app_billing_system_new | /dashboard/systeme/facturation/nouvelle-facturation | Path does not match |
| 19 | app_billing_system_show | /dashboard/systeme/facturation/{id}/details-facturation | Path does not match |
| 20 | app_billing_system_edit | /dashboard/systeme/facturation/{id}/modification-syseme-facturation | Path does not match |
| 21 | app_billing_system_delete | /dashboard/systeme/facturation/{id} | Path does not match |
| 22 | app_contact | /contact | Path does not match |
| 23 | app_dashboard | /dashboard/ | Path does not match |
| 24 | app_fee_category_index | /fee/category | Path does not match |
| 25 | app_fee_category_new | /fee/category/new | Path does not match |
| 26 | app_fee_category_show | /fee/category/{id} | Path does not match |
| 27 | app_fee_category_edit | /fee/category/{id}/edit | Path does not match |
| 28 | app_fee_category_delete | /fee/category/{id} | Path does not match |
| 29 | app_fees_index | /dashboard/frais | Path does not match |
| 30 | app_fees_new | /dashboard/frais/nouveau-frais | Path does not match |
| 31 | app_fees_show | /dashboard/frais/{id}/details-frais | Path does not match |
| 32 | app_fees_edit | /dashboard/frais/{id}/modification-frais | Path does not match |
| 33 | app_fees_delete | /dashboard/frais/{id} | Path does not match |
| 34 | app_fleet_index | /dashboard/flotte | Path does not match |
| 35 | app_fleet_new | /dashboard/flotte/nouvelle-flotte | Path does not match |
| 36 | app_fleet_show | /dashboard/flotte/{id} | Path does not match |
| 37 | app_fleet_edit | /dashboard/flotte/{id}/modification-flotte | Path does not match |
| 38 | app_fleet_delete | /dashboard/flotte/{id} | Path does not match |
| 39 | app_fleet_verify_name | /dashboard/flotte/verification/name | Path does not match |
| 40 | app_home | / | Path does not match |
| 41 | project_details | /project-details/{slug} | Path does not match |
| 42 | confirmation_investment | /investment/confirmation/{id} | Path does not match |
| 43 | app_investment_index | /dashboard/investment | Path does not match |
| 44 | app_investment_new | /dashboard/investment/nouveau-investissement | Path does not match |
| 45 | app_investment_show | /dashboard/investment/{id}/details-investissement | Path does not match |
| 46 | app_investment_participantpaymentform | /dashboard/investment/{id}/participant-investment-payment | Path does not match |
| 47 | app_investment_edit | /dashboard/investment/{id}/modification-investissement | Path does not match |
| 48 | app_investment_delete | /dashboard/investment/{id} | Path does not match |
| 49 | investment_payment_download_proof | /dashboard/investment/investment-payment/{id}/download-proof | Path does not match |
| 50 | app_investment_payment_index | /investment/payment | Path does not match |
| 51 | app_investment_payment_new | /investment/payment/new | Path does not match |
| 52 | app_investment_payment_show | /investment/payment/{id} | Path does not match |
| 53 | app_investment_payment_edit | /investment/payment/{id}/edit | Path does not match |
| 54 | app_investment_payment_delete | /investment/payment/{id} | Path does not match |
| 55 | app_invoice | /dashboard/factures | Path does not match |
| 56 | app_new_invoice | /dashboard/factures/nouvelle-facture | Path does not match |
| 57 | app_invoice_show | /dashboard/factures/details-facture/{id} | Path does not match |
| 58 | app_edit_invoice | /dashboard/factures/modification/facture/{id} | Path does not match |
| 59 | api_trucks | /dashboard/factures/trucks/{fleetId} | Path does not match |
| 60 | app_pdf_invoice | /dashboard/factures/{id}/client/facture | Path does not match |
| 61 | app_maintenance_index | /dashaboard/maintenance | Path does not match |
| 62 | app_maintenance_new | /dashaboard/maintenance/nouvelle-maintenance | Path does not match |
| 63 | app_maintenance_show | /dashaboard/maintenance/{id} | Path does not match |
| 64 | app_maintenance_edit | /dashaboard/maintenance/{id}/modification-maintenance | Path does not match |
| 65 | app_change_status | /dashaboard/maintenance/{id}/traitement/demande-maintenance | Path does not match |
| 66 | app_maintenance_delete | /dashaboard/maintenance/{id} | Path does not match |
| 67 | app_project_index | /dashboard/projet | Path does not match |
| 68 | app_project_new | /dashboard/projet/nouveau-projet | Path does not match |
| 69 | app_project_show | /dashboard/projet/{id}/details-projet | Path does not match |
| 70 | app_project_edit | /dashboard/projet/{id}/modification-projet | Path does not match |
| 71 | app_project_delete | /dashboard/projet/{id} | Path does not match |
| 72 | app_register | /creation-compte-utilisateur | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.