Routing
app_projet
Matched route
Route Parameters
| Name | Value |
|---|---|
| slug | "liverpool" |
Route Matching Logs
Path to match:
/simulateur/liverpool
| # | 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 | admin | /gestion-loumee | Path does not match |
| 16 | app_aide_index | /company/{uuid}/aides/ | Path does not match |
| 17 | app_aide_new | /company/{uuid}/aides/new | Path does not match |
| 18 | app_aide_edit | /company/{uuid}/aides/{id}/edit | Path does not match |
| 19 | app_aide_delete | /company/{uuid}/aides/{id}/delete | Path does not match |
| 20 | app_aide_toggle | /company/{uuid}/aides/{id}/toggle | Path does not match |
| 21 | google_maps_url | /api/google-maps-url | Path does not match |
| 22 | building_insights | /api/building-insights | Path does not match |
| 23 | app_calc_settings | /company/{uuid}/parametres-calcul/ | Path does not match |
| 24 | app_company_index | /company/ | Path does not match |
| 25 | app_company_new | /company/new | Path does not match |
| 26 | app_company_show | /company/{uuid} | Path does not match |
| 27 | app_company_edit | /company/{uuid}/edit | Path does not match |
| 28 | app_company_delete | /company/{uuid}/delete | Path does not match |
| 29 | app_company_statistics | /company/{uuid}/statistiques | Path does not match |
| 30 | app_company_stats_ajax | /company/{uuid}/stats | Path does not match |
| 31 | app_company_subscription | /company/{uuid}/abonnement | Path does not match |
| 32 | app_company_invoice_download | /company/{uuid}/abonnement/facture/{invoiceId}/telecharger | Path does not match |
| 33 | app_company_subscription_cancel | /company/{uuid}/abonnement/annuler | Path does not match |
| 34 | app_company_subscription_reactivate | /company/{uuid}/abonnement/reactiver | Path does not match |
| 35 | app_contact | /nous-contacter | Path does not match |
| 36 | app_support | /support | Path does not match |
| 37 | custom_form_field_index | /company/{uuid}/mes-questions/ | Path does not match |
| 38 | custom_form_field_new | /company/{uuid}/mes-questions/new | Path does not match |
| 39 | custom_form_field_edit | /company/{uuid}/mes-questions/{id}/edit | Path does not match |
| 40 | custom_form_field_delete | /company/{uuid}/mes-questions/{id}/delete | Path does not match |
| 41 | custom_form_field_toggle | /company/{uuid}/mes-questions/{id}/toggle | Path does not match |
| 42 | data_layers | /api/data-layers | Path does not match |
| 43 | solar_tile | /api/solar-tile | Path does not match |
| 44 | app_documentation | /documentation | Path does not match |
| 45 | app_embed_index | /company/{uuid}/integration/ | Path does not match |
| 46 | app_export_index | /export | Path does not match |
| 47 | app_export_create | /export/create | Path does not match |
| 48 | app_export_create_sync | /export/create-sync | Path does not match |
| 49 | app_export_status | /export/status/{uuid} | Path does not match |
| 50 | app_export_download | /export/download/{uuid} | Path does not match |
| 51 | app_export_delete | /export/delete/{uuid} | Path does not match |
| 52 | app_export_formats | /export/formats | Path does not match |
| 53 | home | / | Path does not match |
| 54 | legal_privacy | /confidentialite | Path does not match |
| 55 | legal_mentions | /mentions-legales | Path does not match |
| 56 | legal_cgv | /cgv | Path does not match |
| 57 | app_onboarding | /bien-demarrer | Path does not match |
| 58 | app_projet | /simulateur/{slug} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.