Routing
(none)
Matched route
Route Matching Logs
Path to match:
/.env.local
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_category_index | /admin/category/ | Path does not match |
| 2 | admin_category_create | /admin/category/new | Path does not match |
| 3 | admin_category_edit | /admin/category/{id}/edit | Path does not match |
| 4 | admin_category_delete | /admin/category/admin/category/{id}/delete | Path does not match |
| 5 | admin_index | /admin/ | Path does not match |
| 6 | admin_categories | /admin/categories | Path does not match |
| 7 | admin_blog_delete | /adminblog/{id}/delete | Path does not match |
| 8 | admin_post_index | /admin/post/ | Path does not match |
| 9 | admin_post_create | /admin/post/new | Path does not match |
| 10 | admin_post_edit | /admin/post/{id}/edit | Path does not match |
| 11 | admin_post_delete | /admin/post/{id}/delete | Path does not match |
| 12 | api_upload_video | /api/upload-video | Path does not match |
| 13 | api_upload_image | /api/upload-image | Path does not match |
| 14 | api_upload_docuement | /api/upload-document | Path does not match |
| 15 | blog | /blog | Path does not match |
| 16 | home | / | Path does not match |
| 17 | post_show | /post/{slug} | Path does not match |
| 18 | search | /search | Path does not match |
| 19 | category | /category | Path does not match |
| 20 | category_show | /category/{slug} | Path does not match |
| 21 | contact | /contact | Path does not match |
| 22 | page_about | /a-propos | Path does not match |
| 23 | page_ressources_documentaires | /ressources-documentaires | Path does not match |
| 24 | security_registration | /inscription | Path does not match |
| 25 | security_login | /connexion | Path does not match |
| 26 | security_logout | /deconnexion | Path does not match |
| 27 | access403 | /access403 | Path does not match |
| 28 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 29 | _wdt | /_wdt/{token} | Path does not match |
| 30 | _profiler_home | /_profiler/ | Path does not match |
| 31 | _profiler_search | /_profiler/search | Path does not match |
| 32 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 33 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 34 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 35 | _profiler_open_file | /_profiler/open | Path does not match |
| 36 | _profiler | /_profiler/{token} | Path does not match |
| 37 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 38 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 39 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.