Routing
app_index
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_get_address_modal_form | /address/address-modal-form | Path does not match |
| 2 | app_new_address_data | /address/address-data | Path does not match |
| 3 | app_edit_address_data | /address/address-data/{id}/edit | Path does not match |
| 4 | app_get_friend_triweer_modal_form | /friend-triweer/modal-form-data | Path does not match |
| 5 | app_get_friend_triweer_by_id_modal_form | /friend-triweermodal-form-data/{id} | Path does not match |
| 6 | app_new_friend_triweer_data | /friend-triweer/modal-form/{friendUser} | Path does not match |
| 7 | app_edit_friend_triweer_data | /friend-triweer/modal-form/{id}/edit | Path does not match |
| 8 | app_edit_buying_group_new_address | /my-account/my-buying-groups/{id}/address | Path does not match |
| 9 | app_edit_buying_group_add_member | /my-account/my-buying-groups/{id}/add/{member} | Path does not match |
| 10 | app_edit_buying_group_remove_member | /my-account/my-buying-groups/{id}/remove/{member} | Path does not match |
| 11 | app_leave_buying_group | /my-account/my-buying-groups/{group}/leave/{member} | Path does not match |
| 12 | app_buying_group_search_users | /my-account/my-buying-groups/search-users | Path does not match |
| 13 | app_product_add_to_shopping_cart | /product/shopping-cart/{id} | Path does not match |
| 14 | app_product_add_to_shopping_cart_ajax | /product/shopping-cart/{id}/ajax | Path does not match |
| 15 | app_save_shopping_cart | /shopping_cart/save_shopping_cart_form | Path does not match |
| 16 | app_process_shopping_cart | /shopping_cart/process_shopping_cart_form | Path does not match |
| 17 | app_shopping_cart_remove_item | /shopping_cart/remove_item/{item} | Path does not match |
| 18 | app_shopping_cart_validate_producer | /shopping_cart/get-producer/{producerId} | Path does not match |
| 19 | app_get_influencerShared_modal_form | /back_office/product/{id}/influencerShared-modal-form | Path does not match |
| 20 | app_new_influencer_shared_data | /back_office/product/{id}/influencer-shared-data | Path does not match |
| 21 | bo_user_export | /back_office/user/export/{slug} | Path does not match |
| 22 | bo_user_simpleform | /back_office/user/simpleform | Path does not match |
| 23 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 24 | _wdt | /_wdt/{token} | Path does not match |
| 25 | _profiler_home | /_profiler/ | Path does not match |
| 26 | _profiler_search | /_profiler/search | Path does not match |
| 27 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 28 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 29 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 30 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 31 | _profiler_open_file | /_profiler/open | Path does not match |
| 32 | _profiler | /_profiler/{token} | Path does not match |
| 33 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 34 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 35 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 36 | app_address_delete_ajax | /address/delete/{id} | Path does not match |
| 37 | golive_admin | /back_office/golive-admin | Path does not match |
| 38 | app_modal_stop | /modal/stop | Path does not match |
| 39 | app_buying_groups_invite | /grupos/{id}/invitacion | Path does not match |
| 40 | app_cookies | /cookies | Path does not match |
| 41 | app_index | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.