Routing
app_front_home
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | 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_search_results | /_profiler/{token}/search/results | Path does not match |
| 9 | _profiler_open_file | /_profiler/open | Path does not match |
| 10 | _profiler | /_profiler/{token} | Path does not match |
| 11 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 12 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 13 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 14 | app_api_back_articles_index | /back/api/articles | Path does not match |
| 15 | app_api_front_articles_index | /front/api/articles | Path does not match |
| 16 | app_api_tags | /api/tags | Path does not match |
| 17 | app_api_back_category_index | /back/api/categories | Path does not match |
| 18 | app_api_back_experience_index | /back/api/experience | Path does not match |
| 19 | app_api_categories | /api/categories | Path does not match |
| 20 | app_api_back_media_index | /back/api/media | Path does not match |
| 21 | app_api_back_show_index | /back/api/show | Path does not match |
| 22 | app_back_account | /back/my-account/ | Path does not match |
| 23 | app_back_agent | /back/agent | Path does not match |
| 24 | app_back_article_index | /back/article/ | Path does not match |
| 25 | app_back_article_show | /back/article/{uuid}/show | Path does not match |
| 26 | app_back_article_new | /back/article/new | Path does not match |
| 27 | app_back_article_edit | /back/article/{uuid}/edit | Path does not match |
| 28 | app_back_article_delete | /back/article/{uuid}/delete | Path does not match |
| 29 | app_back_audio_index | /back/audio/ | Path does not match |
| 30 | app_back_audio_new | /back/audio/new | Path does not match |
| 31 | app_back_audio_edit | /back/audio/{uuid}/edit | Path does not match |
| 32 | app_back_audio_delete | /back/audio/{uuid}/delete | Path does not match |
| 33 | app_back_category_index | /back/category/ | Path does not match |
| 34 | app_back_category_new | /back/category/new | Path does not match |
| 35 | app_back_category_edit | /back/category/{uuid}/edit | Path does not match |
| 36 | app_back_category_delete | /back/category/{uuid}/delete | Path does not match |
| 37 | app_back_experience_index | /back/experience/ | Path does not match |
| 38 | app_back_experience_new | /back/experience/new | Path does not match |
| 39 | app_back_experience_edit | /back/experience/{uuid}/edit | Path does not match |
| 40 | app_back_experience_delete | /back/experience/{uuid}/delete | Path does not match |
| 41 | app_back_infos | /back/infos | Path does not match |
| 42 | app_back_main | /back/ | Path does not match |
| 43 | app_back_picture_index | /back/picture/ | Path does not match |
| 44 | app_back_picture_new | /back/picture/new | Path does not match |
| 45 | app_back_picture_edit | /back/picture/{uuid}/edit | Path does not match |
| 46 | app_back_picture_delete | /back/picture/{uuid}/delete | Path does not match |
| 47 | app_back_login | /login | Path does not match |
| 48 | app_back_logout | /logout | Path does not match |
| 49 | app_forgot_password_request | /reset-password/ | Path does not match |
| 50 | app_check_email | /reset-password/check-email | Path does not match |
| 51 | app_reset_password | /reset-password/reset/{token} | Path does not match |
| 52 | app_back_show_index | /back/show/ | Path does not match |
| 53 | app_back_show_new | /back/show/new | Path does not match |
| 54 | app_back_show_edit | /back/show/{uuid}/edit | Path does not match |
| 55 | app_back_show_delete | /back/show/{uuid}/delete | Path does not match |
| 56 | app_back_tag_index | /back/tag/ | Path does not match |
| 57 | app_back_tag_new | /back/tag/new | Path does not match |
| 58 | app_back_tag_edit | /back/tag/{uuid}/edit | Path does not match |
| 59 | app_back_tag_delete | /back/tag/{uuid}/delete | Path does not match |
| 60 | app_back_type_index | /back/type/ | Path does not match |
| 61 | app_back_type_new | /back/type/new | Path does not match |
| 62 | app_back_type_edit | /back/type/{uuid}/edit | Path does not match |
| 63 | app_back_type_delete | /back/type/{uuid}/delete | Path does not match |
| 64 | app_back_user_index | /back/user/ | Path does not match |
| 65 | app_back_user_new | /back/user/new | Path does not match |
| 66 | app_back_user_edit | /back/user/{uuid}/edit | Path does not match |
| 67 | app_back_user_delete | /back/user/{uuid}/delete | Path does not match |
| 68 | app_back_video_index | /back/video/ | Path does not match |
| 69 | app_back_video_new | /back/video/new | Path does not match |
| 70 | app_back_video_edit | /back/video/{uuid}/edit | Path does not match |
| 71 | app_back_video_delete | /back/video/{uuid}/delete | Path does not match |
| 72 | app_front_cv | /cv-artistique | Path does not match |
| 73 | app_front_home | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.