Routing
app_search
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/recherche
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_message_new | /messages/nouveau | Path does not match |
| 2 | shop_home | / | Path does not match |
| 3 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 4 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 5 | _wdt | /_wdt/{token} | Path does not match |
| 6 | _profiler_home | /_profiler/ | Path does not match |
| 7 | _profiler_search | /_profiler/search | Path does not match |
| 8 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 9 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 10 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 11 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 12 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 13 | _profiler_open_file | /_profiler/open | Path does not match |
| 14 | _profiler | /_profiler/{token} | Path does not match |
| 15 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 16 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 17 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 18 | app_forgot_password | /mot-de-passe-oublie | Path does not match |
| 19 | app_reset_password | /reinitialiser-mot-de-passe/{token} | Path does not match |
| 20 | app_register | /inscription | Path does not match |
| 21 | app_register_artisan | /inscription/artisan | Path does not match |
| 22 | app_verify_email | /verification-email | Path does not match |
| 23 | app_login | /connexion | Path does not match |
| 24 | app_logout | /deconnexion | Path does not match |
| 25 | admin_dashboard | /admin | Path does not match |
| 26 | admin_test_email | /admin/test-email | Path does not match |
| 27 | admin_pages_list | /admin/pages | Path does not match |
| 28 | admin_pages_new | /admin/pages/nouveau | Path does not match |
| 29 | admin_pages_edit | /admin/pages/{id}/modifier | Path does not match |
| 30 | admin_pages_delete | /admin/pages/{id}/supprimer | Path does not match |
| 31 | admin_shops | /admin/boutiques | Path does not match |
| 32 | admin_shop_edit_slug | /admin/boutiques/{id}/modifier-slug | Path does not match |
| 33 | dashboard_artworks | /dashboard/oeuvres | Path does not match |
| 34 | dashboard_artwork_new | /dashboard/oeuvres/nouveau | Path does not match |
| 35 | dashboard_artwork_edit | /dashboard/oeuvres/{id}/modifier | Path does not match |
| 36 | dashboard_artwork_delete | /dashboard/oeuvres/{id}/supprimer | Path does not match |
| 37 | dashboard_artwork_delete_image | /dashboard/oeuvres/{id}/supprimer-image/{imageId} | Path does not match |
| 38 | dashboard_home | /dashboard | Path does not match |
| 39 | dashboard_cgv | /dashboard/cgv | Path does not match |
| 40 | dashboard_cgv_delete | /dashboard/cgv/supprimer | Path does not match |
| 41 | app_artisans | /artisans | Path does not match |
| 42 | app_gallery | /galerie | Path does not match |
| 43 | app_home | / | Path does not match |
| 44 | app_become_artisan | /devenir-artisan | Path does not match |
| 45 | app_how_it_works | /comment-ca-marche | Path does not match |
| 46 | app_pricing | /tarifs | Path does not match |
| 47 | app_search | /recherche | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.