GET http://agribit.io/register

Routing

app_register Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /register
# Route name Path Log
1 _preview_error /_error/{code}.{_format} Path does not match
2 ux_live_component /_components/{_live_component}/{_live_action} 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_profile /account Path does not match
17 app_account_become_farmer /account/become-farmer Path does not match
18 app_change_password /account/change-password Path does not match
19 contact /contact Path does not match
20 app_conversation /conversation/{id}/message Path does not match
21 app_conversation_get_new /conversation/{id}/get-new Path does not match
22 app_conversation_get_single_message /conversation/message/{id} Path does not match
23 app_dashboard /dashboard/ Path does not match
24 app_dashboard_transactions /dashboard/transactions Path does not match
25 app_farmer_profile_index /farmer/profile/ Path does not match
26 app_farmer_profile_new /farmer/profile/new Path does not match
27 app_farmer_profile_show /farmer/profile/{id} Path does not match
28 app_farmer_profile_edit /farmer/profile/{id}/edit Path does not match
29 app_farmer_profile_delete /farmer/profile/{id} Path does not match
30 app_admin_listings /dashboard/listings Path does not match
31 app_farmer_listing_details /listings/{slug} Path does not match
32 app_farmer_listings_create /dashboard/listings/new Path does not match
33 app_farmer_listings_edit /dashboard/listings/{id}/edit Path does not match
34 app_farmer_listings_delete /dashboard/listings/delete/{id} Path does not match
35 app_listing_feature_index /admin/listing/feature/ Path does not match
36 app_listing_feature_new /admin/listing/feature/new Path does not match
37 app_listing_feature_edit /admin/listing/feature/{id}/edit Path does not match
38 app_listing_feature_delete /admin/listing/feature/{id} Path does not match
39 app_homepage / Path does not match
40 php_info /phpinfo Path does not match
41 app_welcome /get-started Path does not match
42 app_welcome_farmer /welcome Path does not match
43 save_coordinates /maps/save-coordinates Path does not match
44 get_coordinates /maps/get-coordinates Path does not match
45 delete_polygon /maps/delete-polygon/{id} Path does not match
46 update_polygons /maps/update-polycons Path does not match
47 app_media_upload /media/upload Path does not match
48 app_media_upload_temporary /media/upload-temporary Path does not match
49 app_media_delete /media/delete Path does not match
50 app_newsletter_subscribe /newsletter/subscribe Path does not match
51 app_notifications /notifications Path does not match
52 app_notifications_count /notifications/count Path does not match
53 app_notifications_mark_read /notifications/read Path does not match
54 app_page_index /page/ Path does not match
55 app_page_new /page/new Path does not match
56 app_page_show /page/{slug} Path does not match
57 app_page_edit /page/{id}/edit Path does not match
58 app_page_delete /page/{id} Path does not match
59 app_produce_category_index /produce/category/ Path does not match
60 app_produce_category_new /produce/category/new Path does not match
61 app_produce_category_edit /produce/category/{id}/edit Path does not match
62 app_produce_category_delete /produce/category/{id} Path does not match
63 app_produce_index /produce/ Path does not match
64 app_produce_new /produce/new Path does not match
65 app_produce_edit /produce/{id}/edit Path does not match
66 app_produce_delete /produce/{id} Path does not match
67 app_register /register Route matches!

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