GET http://localhost:8081/?XDEBUG_SESSION_START=phpstorm

Routing

app_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 _logout_main /logout Path does not match
3 _wdt /_wdt/{token} Path does not match
4 _profiler_home /_profiler/ Path does not match
5 _profiler_search /_profiler/search Path does not match
6 _profiler_search_bar /_profiler/search_bar Path does not match
7 _profiler_phpinfo /_profiler/phpinfo Path does not match
8 _profiler_xdebug /_profiler/xdebug Path does not match
9 _profiler_font /_profiler/font/{fontName}.woff2 Path does not match
10 _profiler_search_results /_profiler/{token}/search/results Path does not match
11 _profiler_open_file /_profiler/open Path does not match
12 _profiler /_profiler/{token} Path does not match
13 _profiler_router /_profiler/{token}/router Path does not match
14 _profiler_exception /_profiler/{token}/exception Path does not match
15 _profiler_exception_css /_profiler/{token}/exception.css Path does not match
16 app_account /compte Path does not match
17 app_account_modify /compte/modifier-mot-de-passe Path does not match
18 app_account_details /compte/details Path does not match
19 app_account_deal_history /compte/historique-deals Path does not match
20 app_account_toggle_deal /compte/deal/{id}/toggle Path does not match
21 admin_redirect_dashboard /admin/ Path does not match
22 admin_users /admin/users Path does not match
23 admin_reset_password /admin/users/reset-password/{id} Path does not match
24 admin_edit_user /admin/users/edit/{id} Path does not match
25 admin_delete_user /admin/users/delete/{id} Path does not match
26 admin_deals /admin/deals Path does not match
27 admin_toggle_deal /admin/deals/toggle/{id} Path does not match
28 admin_toggle_publish /admin/deals/publish-toggle/{id} Path does not match
29 admin_edit_deal /admin/deals/edit/{id} Path does not match
30 admin_delete_deal /admin/deals/delete/{id} Path does not match
31 admin_categories /admin/categories Path does not match
32 admin_new_categories /admin/categories/new Path does not match
33 admin_edit_category /admin/categories/edit/{id} Path does not match
34 admin_delete_category /admin/categories/delete/{id} Path does not match
35 admin_comments /admin/comments Path does not match
36 admin_edit_comment /admin/comments/edit/{id} Path does not match
37 admin_delete_comment /admin/comments/delete/{id} Path does not match
38 admin_votes /admin/votes Path does not match
39 admin_delete_vote /admin/votes/delete/{id} Path does not match
40 app_category_index /category/ Path does not match
41 app_category_show /category/{id} Path does not match
42 app_category_new /category/new Path does not match
43 app_category_edit /category/{id}/edit Path does not match
44 app_category_delete /category/{id} Path does not match
45 comment_reply /deal/{dealId}/comment/{commentId}/reply Path does not match
46 app_contact /contact Path does not match
47 deal_index /deal Path does not match
48 deal_new /deal/new Path does not match
49 deal_show /deal/{id} Path does not match
50 deal_upvote /deal/{id}/upvote Path does not match
51 deal_downvote /deal/{id}/downvote Path does not match
52 deal_edit /deal/{id}/edit Path does not match
53 deal_delete /deal/{id}/delete Path does not match
54 commentaire /discussions Path does not match
55 discussion_commented /discussions/commented Path does not match
56 app_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.