https://dev.fibkit.com/

Routing

homepage 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 _wdt /_wdt/{token} Path does not match
3 _profiler_home /_profiler/ Path does not match
4 _profiler_search /_profiler/search Path does not match
5 _profiler_search_bar /_profiler/search_bar Path does not match
6 _profiler_phpinfo /_profiler/phpinfo Path does not match
7 _profiler_search_results /_profiler/{token}/search/results Path does not match
8 _profiler_open_file /_profiler/open Path does not match
9 _profiler /_profiler/{token} Path does not match
10 _profiler_router /_profiler/{token}/router Path does not match
11 _profiler_exception /_profiler/{token}/exception Path does not match
12 _profiler_exception_css /_profiler/{token}/exception.css Path does not match
13 admin /admin Path does not match
14 cable_connection_action_list /panel/actions Path does not match
15 connection_list /panel/connections/{id}/list Path does not match
16 connection_planned /panel/connections/planned Path does not match
17 connection_point_planned /panel/connections/point/{id}/planned Path does not match
18 connection_edit /panel/connections/{id}/edit/{pointId}/point Path does not match
19 connection_confirm_point /panel/connections/{id}/confirm/{pointId}/point Path does not match
20 connection_confirm /panel/connections/{id}/confirm Path does not match
21 connection_cut_point /panel/connections/{id}/cut/{pointId}/point Path does not match
22 connection_cut /panel/connections/{id}/cut Path does not match
23 connection_interrupt_point /panel/connections/{id}/interrupt/{pointId}/point Path does not match
24 connection_interrupt /panel/connections/{id}/interrupt Path does not match
25 connection_remove_point /panel/connections/{id}/remove/{pointId}/point Path does not match
26 connection_remove /panel/connections/{id}/remove Path does not match
27 connection_add_contact /panel/connections/{id}/add-contact Path does not match
28 connection_remove_contact /panel/connections/{id}/remove-contact Path does not match
29 connection_note /panel/connections/{id}/note Path does not match
30 connection_route /panel/connections/{id}/route Path does not match
31 connection_route_map /panel/connections/{id}/route-map Path does not match
32 connection_points_route /panel/connections/{id}/points-route Path does not match
33 connection_add_cwdmfilter /panel/connections/{id}/route/add/cwdmfilter Path does not match
34 connection_remove_cwdmfilter /panel/connections/{id}/route/remove/cwdmfilter Path does not match
35 connection_add_splitter /panel/connections/{id}/route/add-splitter Path does not match
36 connection_remove_splitter /panel/connections/{id}/route/remove-splitter Path does not match
37 connection_add_description /panel/connections/{id}/route/add/description Path does not match
38 connection_remove_description /panel/connections/{id}/route/remove/description Path does not match
39 connection_export_route /panel/connections/{id}/route/export Path does not match
40 connection_edit_route /panel/connections/{id}/route/edit Path does not match
41 cable_list /panel/cables/ Path does not match
42 cable_add /panel/cables/add Path does not match
43 cable_import /panel/cables/import Path does not match
44 cable_list_export_xls /panel/cables/export/xls Path does not match
45 cable_list_export_kml /panel/cables/uke-export Path does not match
46 cable_edit /panel/cables/{id}/edit Path does not match
47 cable_divide /panel/cables/{id}/divide Path does not match
48 cable_cut /panel/cables/{id}/cut Path does not match
49 cable_connect /panel/cables/connect Path does not match
50 cable_connections /panel/cables/{id}/point/{pointId} Path does not match
51 cable_length /panel/cables/{id}/length Path does not match
52 cable_remove /panel/cables/{id}/remove Path does not match
53 cable_export /panel/cables/{id}/export/{pointId}/{format} Path does not match
54 cable_schema /panel/cables/{id}/point/{pointId}/schema Path does not match
55 cable_schema_pdf /panel/cables/{id}/point/{pointId}/schema/pdf Path does not match
56 cable_schema_v2 /panel/cables/{id}/point/{pointId}/schema-v2 Path does not match
57 cable_autocomplete /panel/cables/autocomplete Path does not match
58 cable_show /panel/cables/{id} Path does not match
59 cable_create_supply /panel/cables/{id}/create-supply Path does not match
60 cable_remove_supply /panel/cables/{id}/remove-supply Path does not match
61 cable_edit_supply /panel/cables/{id}/edit-supply Path does not match
62 cable_update_supply /panel/cables/{id}/update-supply Path does not match
63 cable_add_link /panel/cables/{id}/add-link Path does not match
64 cable_remove_link /panel/cables/{id}/remove-link/{linkId} Path does not match
65 route_search /route/search Path does not match
66 route_list /route/list Path does not match
67 route_view /route/{id}/show Path does not match
68 homepage / Route matches!

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