Routing
app_main_creations
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/creations
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_back_category_browse | /back/category/ | Path does not match |
| 2 | app_back_category_add | /back/category/add | Path does not match |
| 3 | app_back_category_read | /back/category/{id} | Path does not match |
| 4 | app_back_category_edit | /back/category/{id}/edit | Path does not match |
| 5 | app_back_category_delete | /back/category/{id} | Path does not match |
| 6 | app_back_gallery_browse | /back/gallery/ | Path does not match |
| 7 | app_back_gallery_add | /back/gallery/add | Path does not match |
| 8 | app_back_gallery_read | /back/gallery/{id} | Path does not match |
| 9 | app_back_gallery_edit | /back/gallery/{id}/edit | Path does not match |
| 10 | app_back_gallery_pictures | /back/gallery/{id}/pictures | Path does not match |
| 11 | app_back_gallery_delete | /back/gallery/{id} | Path does not match |
| 12 | app_back_main_home | /back/ | Path does not match |
| 13 | app_back_picture_browse | /back/picture/ | Path does not match |
| 14 | app_back_picture_add | /back/picture/add | Path does not match |
| 15 | app_back_picture_read | /back/picture/{id} | Path does not match |
| 16 | app_back_picture_edit | /back/picture/{id}/edit | Path does not match |
| 17 | app_back_picture_galleries | /back/picture/{id}/galleries | Path does not match |
| 18 | app_back_picture_delete | /back/picture/{id} | Path does not match |
| 19 | app_back_status_browse | /back/status/ | Path does not match |
| 20 | app_back_status_add | /back/status/add | Path does not match |
| 21 | app_back_status_read | /back/status/{id} | Path does not match |
| 22 | app_back_status_edit | /back/status/{id}/edit | Path does not match |
| 23 | app_back_status_delete | /back/status/{id} | Path does not match |
| 24 | app_back_user_browse | /back/user/ | Path does not match |
| 25 | app_back_user_add | /back/user/add | Path does not match |
| 26 | app_back_user_read | /back/user/{id} | Path does not match |
| 27 | app_back_user_edit | /back/user/{id}/edit | Path does not match |
| 28 | app_back_user_delete | /back/user/{id} | Path does not match |
| 29 | app_main_contact | /contact/ | Path does not match |
| 30 | app_main_home | / | Path does not match |
| 31 | app_main_about | /about | Path does not match |
| 32 | app_main_disclaimer | /disclaimer | Path does not match |
| 33 | app_main_creations | /creations | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.