GET https://auberge.chrisnamit.com/rooms/2

Routing

room_show Matched route

Route Parameters

Name Value
id
"2"

Route Matching Logs

Path to match: /rooms/2
# Route name Path Log
1 _preview_error /_error/{code}.{_format} Path does not match
2 _wdt_stylesheet /_wdt/styles 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_admin /admin Path does not match
17 app_admin_users /admin/users Path does not match
18 app_promote_admin /promote/admin/{id} Path does not match
19 app_demote_admin /demote/admin/{id} Path does not match
20 app_promote_employee /promote/employee/{id} Path does not match
21 app_demote_employee /demote/employee/{id} Path does not match
22 app_promote_manager /promote/manager/{id} Path does not match
23 app_demote_manager /demote/manager/{id} Path does not match
24 admin_stats /admin/stats Path does not match
25 api_amenity_ /api/amenity Path does not match
26 api_amenity_show /api/amenity/show/{id}/ Path does not match
27 api_amenity_create /api/amenity/create/ Path does not match
28 api_amenity_edit /api/amenity/edit/{id}/ Path does not match
29 api_amenity_delete /api/amenity/delete/{id}/ Path does not match
30 api_bed_index /api/bed Path does not match
31 api_bed_show /api/bed/show/{id} Path does not match
32 api_bed_create /api/bed/create Path does not match
33 api_bed_edit /api/bed/edit/{id} Path does not match
34 api_bed_delete /api/bed/delete/{id} Path does not match
35 api_booking_create /api/booking/create/ Path does not match
36 api_booking_index /api/booking/ Path does not match
37 api_booking_show /api/booking/show/{id}/ Path does not match
38 api_booking_edit /api/booking/edit/{id}/ Path does not match
39 api_booking_delete /api/booking/delete/{id}/ Path does not match
40 api_calendar_beds /api/calendar/beds/ Path does not match
41 api_calendar_bookings /api/calendar/bookings/ Path does not match
42 api_calendar /api/calendar Path does not match
43 api_payment_create /api/payment/create Path does not match
44 api_payment_by_booking /api/payment/booking/{id} Path does not match
45 api_users /api/users Path does not match
46 api_login_check_doc /api/login_check Path does not match
47 api_register /api/register Path does not match
48 api_login /api/login Path does not match
49 api_room_ /api/room Path does not match
50 api_room_show /api/room/show/{id}/ Path does not match
51 api_room_create /api/room/create/ Path does not match
52 api_room_edit /api/room/edit/{id}/ Path does not match
53 api_room_delete /api/room/delete/{id}/ Path does not match
54 api_shift_create /api/shifts Path does not match
55 api_shift_update /api/shifts/update/{id} Path does not match
56 api_shift_delete /api/shifts/delete/{id} Path does not match
57 api_shift_week /api/shifts/week Path does not match
58 api_shift_me /api/shifts/me Path does not match
59 api_stripe_checkout /api/stripe/checkout/{paymentId} Path does not match
60 stripe_webhook /api/stripe/webhook Path does not match
61 booking_select_dates /booking/{id}/dates Path does not match
62 booking_select_beds /booking/{id}/beds Path does not match
63 booking_customer_info /booking/{id}/customer Path does not match
64 booking_recap /booking/{id}/recap Path does not match
65 booking_payment_choice /booking/{id}/payment Path does not match
66 booking_payment_process /booking/{id}/payment/process Path does not match
67 payment_stripe /payment/{id}/stripe Path does not match
68 booking_success /booking/{id}/success Path does not match
69 booking_cancel /booking/{id}/cancel Path does not match
70 dashboard_calendar /dashboard/calendar/ Path does not match
71 employee_planning /employee/planning Path does not match
72 app_home /home Path does not match
73 app_register /register Path does not match
74 app_rooms / Path does not match
75 room_show /rooms/{id} Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.