Routing
app_back_all_path4
Matched route
Route Parameters
| Name | Value |
|---|---|
| path1 | "members" |
| path2 | "collaborators" |
| path3 | "edit" |
| path4 | "5" |
Route Matching Logs
Path to match:
/app/members/collaborators/edit/5
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | blog_posts_slidesall | /api/blog/app/posts/slides/ | Path does not match |
| 2 | blog_posts_slidesbyId | /api/blog/app/posts/slides/{id} | Path does not match |
| 3 | blog_posts_slidesadd | /api/blog/app/posts/slides/ | Path does not match |
| 4 | blog_posts_slidesedit | /api/blog/app/posts/slides/{id} | Path does not match |
| 5 | blog_posts_slidesadd_clone | /api/blog/app/posts/slides/clone/{id} | Path does not match |
| 6 | blog_posts_slidesdelete | /api/blog/app/posts/slides/{id} | Path does not match |
| 7 | blog_posts_all | /api/blog/app/posts/ | Path does not match |
| 8 | blog_posts_byId | /api/blog/app/posts/{id} | Path does not match |
| 9 | blog_posts_add | /api/blog/app/posts/ | Path does not match |
| 10 | blog_posts_edit | /api/blog/app/posts/{id} | Path does not match |
| 11 | blog_posts_add_clone | /api/blog/app/posts/clone/{id} | Path does not match |
| 12 | blog_posts_delete | /api/blog/app/posts/{id} | Path does not match |
| 13 | blog_resources_all | /api/blog/app/resources/ | Path does not match |
| 14 | blog_resources_byId | /api/blog/app/resources/{id} | Path does not match |
| 15 | blog_resources_add | /api/blog/app/resources/ | Path does not match |
| 16 | blog_resources_edit | /api/blog/app/resources/{id} | Path does not match |
| 17 | blog_resources_add_clone | /api/blog/app/resources/clone/{id} | Path does not match |
| 18 | blog_resources_delete | /api/blog/app/resources/{id} | Path does not match |
| 19 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 20 | _wdt | /_wdt/{token} | Path does not match |
| 21 | _profiler_home | /_profiler/ | Path does not match |
| 22 | _profiler_search | /_profiler/search | Path does not match |
| 23 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 24 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 25 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 26 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 27 | _profiler_open_file | /_profiler/open | Path does not match |
| 28 | _profiler | /_profiler/{token} | Path does not match |
| 29 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 30 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 31 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 32 | app_front_2home | / | Path does not match |
| 33 | app_user_front_login | /user/login | Path does not match |
| 34 | app_user_front_reset_password | /user/reset-password | Path does not match |
| 35 | app_user_front_logout | /user/logout | Path does not match |
| 36 | app_back_app | /app/ | Path does not match |
| 37 | app_back_dashboard | /app/dashboard | Path does not match |
| 38 | app_back_all_path1 | /app/{path1} | Path does not match |
| 39 | app_back_all_path2 | /app/{path1}/{path2} | Path does not match |
| 40 | app_back_all_path3 | /app/{path1}/{path2}/{path3} | Path does not match |
| 41 | app_back_all_path4 | /app/{path1}/{path2}/{path3}/{path4} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.