-
Notifications
You must be signed in to change notification settings - Fork 0
/
route.txt
188 lines (186 loc) · 45.3 KB
/
route.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
GET|HEAD / ......................................................................... home ÔÇ║ StoreController@home
GET|HEAD _debugbar/assets/javascript ............... debugbar.assets.js ÔÇ║ Barryvdh\Debugbar ÔÇ║ AssetController@js
GET|HEAD _debugbar/assets/stylesheets ............ debugbar.assets.css ÔÇ║ Barryvdh\Debugbar ÔÇ║ AssetController@css
DELETE _debugbar/cache/{key}/{tags?} ...... debugbar.cache.delete ÔÇ║ Barryvdh\Debugbar ÔÇ║ CacheController@delete
GET|HEAD _debugbar/clockwork/{id} ..... debugbar.clockwork ÔÇ║ Barryvdh\Debugbar ÔÇ║ OpenHandlerController@clockwork
GET|HEAD _debugbar/open ................ debugbar.openhandler ÔÇ║ Barryvdh\Debugbar ÔÇ║ OpenHandlerController@handle
GET|HEAD _export/{table_name} ....................................................... ExportController@exportCsv
POST _ignition/execute-solution ignition.executeSolution ÔÇ║ Spatie\LaravelIgnition ÔÇ║ ExecuteSolutionControllÔǪ
GET|HEAD _ignition/health-check .......... ignition.healthCheck ÔÇ║ Spatie\LaravelIgnition ÔÇ║ HealthCheckController
POST _ignition/update-config ....... ignition.updateConfig ÔÇ║ Spatie\LaravelIgnition ÔÇ║ UpdateConfigController
GET|HEAD _images/{filename} ..................................................... image ÔÇ║ ImageController@resize
GET|HEAD admin ............................................................... admin.home ÔÇ║ HomeController@index
GET|HEAD admin/account_transaction .............. account_transaction.index ÔÇ║ AccountTransactionController@index
GET|HEAD admin/account_transaction/diposite account_transaction.diposite ÔÇ║ AccountTransactionController@dipositÔǪ
POST admin/account_transaction/diposite ......................... AccountTransactionController@dipositeStore
GET|HEAD admin/account_transaction/withdraw account_transaction.withdraw ÔÇ║ AccountTransactionController@withdraÔǪ
POST admin/account_transaction/withdraw ......................... AccountTransactionController@withdrawStore
GET|HEAD admin/categories .......................................... categories.index ÔÇ║ CategoryController@index
POST admin/categories .......................................... categories.store ÔÇ║ CategoryController@store
GET|HEAD admin/categories/create ................................. categories.create ÔÇ║ CategoryController@create
GET|HEAD admin/categories/data .................................... categories.data ÔÇ║ CategoryController@getData
GET|HEAD admin/categories/select2_data ............. categories.select2_data ÔÇ║ CategoryController@getSelect2Data
GET|HEAD admin/categories/{category} ................................. categories.show ÔÇ║ CategoryController@show
PUT|PATCH admin/categories/{category} ............................. categories.update ÔÇ║ CategoryController@update
DELETE admin/categories/{category} ........................... categories.destroy ÔÇ║ CategoryController@destroy
GET|HEAD admin/categories/{category}/edit ............................ categories.edit ÔÇ║ CategoryController@edit
GET|HEAD admin/categories/{category}/history ................... categories.history ÔÇ║ CategoryController@history
GET|HEAD admin/customer_reviews ........................ customer_reviews.index ÔÇ║ CustomerReviewController@index
POST admin/customer_reviews ........................ customer_reviews.store ÔÇ║ CustomerReviewController@store
POST admin/customer_reviews/add_customer customer_reviews.add_customer ÔÇ║ CustomerReviewController@addCustomÔǪ
GET|HEAD admin/customer_reviews/create ............... customer_reviews.create ÔÇ║ CustomerReviewController@create
POST admin/customer_reviews/enter_mobile customer_reviews.enter_mobile ÔÇ║ CustomerReviewController@enterMobiÔǪ
GET|HEAD admin/customer_reviews/{customer_review} ........ customer_reviews.show ÔÇ║ CustomerReviewController@show
PUT|PATCH admin/customer_reviews/{customer_review} .... customer_reviews.update ÔÇ║ CustomerReviewController@update
DELETE admin/customer_reviews/{customer_review} .. customer_reviews.destroy ÔÇ║ CustomerReviewController@destroy
POST admin/customer_reviews/{customer_review}/add_review customer_reviews.enter_mobile ÔÇ║ CustomerReviewContÔǪ
GET|HEAD admin/customer_reviews/{customer_review}/edit ... customer_reviews.edit ÔÇ║ CustomerReviewController@edit
GET|HEAD admin/delivery_transport_costs . delivery_transport_costs.index ÔÇ║ DeliveryTransportCostController@index
POST admin/delivery_transport_costs . delivery_transport_costs.store ÔÇ║ DeliveryTransportCostController@store
GET|HEAD admin/delivery_transport_costs/create delivery_transport_costs.create ÔÇ║ DeliveryTransportCostControlleÔǪ
GET|HEAD admin/delivery_transport_costs/{delivery_transport_cost} delivery_transport_costs.show ÔÇ║ DeliveryTransÔǪ
PUT|PATCH admin/delivery_transport_costs/{delivery_transport_cost} delivery_transport_costs.update ÔÇ║ DeliveryTraÔǪ
DELETE admin/delivery_transport_costs/{delivery_transport_cost} delivery_transport_costs.destroy ÔÇ║ DeliveryTrÔǪ
GET|HEAD admin/delivery_transport_costs/{delivery_transport_cost}/edit delivery_transport_costs.edit ÔÇ║ DeliveryÔǪ
GET|HEAD admin/home_page_product ............... admin.home_page_product.index ÔÇ║ HomePageProductController@index
GET|HEAD admin/log .................................................................... log ÔÇ║ HomeController@log
GET|HEAD admin/notification_device notification_device.dashboard ÔÇ║ NotificationDeviceController@deviceDashboard
GET|HEAD admin/notification_device/data ........ notification_device.data ÔÇ║ NotificationDeviceController@getData
GET|HEAD admin/notification_device/show/{notification_device_id} notification_device.show ÔÇ║ NotificationDeviceCÔǪ
GET|HEAD admin/order_profit_diposites ....... order_profit_diposites.index ÔÇ║ OrderProfitDipositeController@index
POST admin/order_profit_diposites ....... order_profit_diposites.store ÔÇ║ OrderProfitDipositeController@store
GET|HEAD admin/order_profit_diposites/create order_profit_diposites.create ÔÇ║ OrderProfitDipositeController@creaÔǪ
GET|HEAD admin/order_profit_diposites/{order_profit_diposite} order_profit_diposites.show ÔÇ║ OrderProfitDipositeÔǪ
PUT|PATCH admin/order_profit_diposites/{order_profit_diposite} order_profit_diposites.update ÔÇ║ OrderProfitDiposiÔǪ
DELETE admin/order_profit_diposites/{order_profit_diposite} order_profit_diposites.destroy ÔÇ║ OrderProfitDiposÔǪ
POST admin/order_profit_diposites/{order_profit_diposite}/confirm order_profit_diposites.confirm ÔÇ║ OrderProÔǪ
GET|HEAD admin/order_profit_diposites/{order_profit_diposite}/edit order_profit_diposites.edit ÔÇ║ OrderProfitDipÔǪ
GET|HEAD admin/orders ..................................................... orders.index ÔÇ║ OrderController@index
POST admin/orders ..................................................... orders.store ÔÇ║ OrderController@store
GET|HEAD admin/orders/active ...................................................... OrderController@activeOrders
GET|HEAD admin/orders/create ............................................ orders.create ÔÇ║ OrderController@create
GET|HEAD admin/orders/data ............................................... orders.data ÔÇ║ OrderController@getData
GET|HEAD admin/orders/{order} ............................................... orders.show ÔÇ║ OrderController@show
PUT|PATCH admin/orders/{order} ........................................... orders.update ÔÇ║ OrderController@update
DELETE admin/orders/{order} ......................................... orders.destroy ÔÇ║ OrderController@destroy
GET|HEAD admin/orders/{order}/assign_product_vendor_list orders.vendor.assign_product_vendor_list ÔÇ║ OrderControÔǪ
POST admin/orders/{order}/assign_product_vendor_list ......... OrderController@updateAssignProductVendorList
POST admin/orders/{order}/change_order_status/{status} orders.status.change ÔÇ║ OrderController@changeOrderStÔǪ
GET|HEAD admin/orders/{order}/edit .......................................... orders.edit ÔÇ║ OrderController@edit
GET|HEAD admin/orders/{order}/history ............................ orders.show.history ÔÇ║ OrderController@history
GET|HEAD admin/orders/{order}/order_items ........................ order_items.index ÔÇ║ OrderItemController@index
POST admin/orders/{order}/order_items ........................ order_items.store ÔÇ║ OrderItemController@store
GET|HEAD admin/orders/{order}/order_items/create ............... order_items.create ÔÇ║ OrderItemController@create
GET|HEAD admin/orders/{order}/order_items/{order_item} ............. order_items.show ÔÇ║ OrderItemController@show
PUT|PATCH admin/orders/{order}/order_items/{order_item} ......... order_items.update ÔÇ║ OrderItemController@update
DELETE admin/orders/{order}/order_items/{order_item} ....... order_items.destroy ÔÇ║ OrderItemController@destroy
GET|HEAD admin/orders/{order}/order_items/{order_item}/edit ........ order_items.edit ÔÇ║ OrderItemController@edit
GET|HEAD admin/orders/{order}/print .................................. orders.print ÔÇ║ OrderController@printOrder
GET|HEAD admin/orders/{order}/product_create_form orders.order_items.create_form ÔÇ║ OrderItemController@productCÔǪ
GET|HEAD admin/orders/{order}/product_select2_data orders.order_items.product_select2_data ÔÇ║ OrderItemControlleÔǪ
GET|HEAD admin/orders/{order}/product_temp_create_form orders.order_items.temp_create_form ÔÇ║ OrderItemControlleÔǪ
POST admin/orders/{order}/product_temp_create_form .................... OrderItemController@storeProductTemp
GET|HEAD admin/orders/{order}/update_customer_details orders.customer.update ÔÇ║ OrderController@showUpdateCustomÔǪ
PUT admin/orders/{order}/update_customer_details ........................... OrderController@updateCustomer
PUT admin/orders/{order}/update_vendor ....................................... OrderController@updateVendor
GET|HEAD admin/product_price .............................. product_price.index ÔÇ║ ProductController@productPrice
POST admin/product_price .............................................. ProductController@productPriceUpdate
GET|HEAD admin/products ............................................... products.index ÔÇ║ ProductController@index
POST admin/products ............................................... products.store ÔÇ║ ProductController@store
GET|HEAD admin/products/create ...................................... products.create ÔÇ║ ProductController@create
GET|HEAD admin/products/data ......................................... products.data ÔÇ║ ProductController@getData
GET|HEAD admin/products/offer ......................................... products.offer ÔÇ║ ProductController@offer
GET|HEAD admin/products/order ...................................... products.order ÔÇ║ ProductController@getOrder
POST admin/products/order ....................................................... ProductController@setOrder
GET|HEAD admin/products/{product} ....................................... products.show ÔÇ║ ProductController@show
PUT|PATCH admin/products/{product} ................................... products.update ÔÇ║ ProductController@update
DELETE admin/products/{product} ................................. products.destroy ÔÇ║ ProductController@destroy
GET|HEAD admin/products/{product}/edit .................................. products.edit ÔÇ║ ProductController@edit
GET|HEAD admin/products/{product}/history ......................... products.history ÔÇ║ ProductController@history
GET|HEAD admin/products/{product}/sync .................................. products.sync ÔÇ║ ProductController@sync
GET|HEAD admin/push_notifications .................. push_notifications.index ÔÇ║ PushNotificationController@index
POST admin/push_notifications .................. push_notifications.store ÔÇ║ PushNotificationController@store
GET|HEAD admin/push_notifications/create ......... push_notifications.create ÔÇ║ PushNotificationController@create
GET|HEAD admin/push_notifications/data ............ push_notifications.data ÔÇ║ PushNotificationController@getData
POST admin/push_notifications/test push_notifications.test ÔÇ║ PushNotificationController@sendTestPushNotificÔǪ
GET|HEAD admin/push_notifications/{push_notification} push_notifications.show ÔÇ║ PushNotificationController@show
PUT|PATCH admin/push_notifications/{push_notification} push_notifications.update ÔÇ║ PushNotificationController@upÔǪ
DELETE admin/push_notifications/{push_notification} push_notifications.destroy ÔÇ║ PushNotificationController@dÔǪ
GET|HEAD admin/push_notifications/{push_notification}/edit push_notifications.edit ÔÇ║ PushNotificationControllerÔǪ
GET|HEAD admin/search-keywords ........................... search-keywords.index ÔÇ║ SearchKeywordController@index
POST admin/search-keywords ........................... search-keywords.store ÔÇ║ SearchKeywordController@store
GET|HEAD admin/search-keywords/create .................. search-keywords.create ÔÇ║ SearchKeywordController@create
GET|HEAD admin/search-keywords/data ..................... search-keywords.data ÔÇ║ SearchKeywordController@getData
GET|HEAD admin/search-keywords/{search_keyword} ............ search-keywords.show ÔÇ║ SearchKeywordController@show
PUT|PATCH admin/search-keywords/{search_keyword} ........ search-keywords.update ÔÇ║ SearchKeywordController@update
DELETE admin/search-keywords/{search_keyword} ...... search-keywords.destroy ÔÇ║ SearchKeywordController@destroy
GET|HEAD admin/search-keywords/{search_keyword}/edit ....... search-keywords.edit ÔÇ║ SearchKeywordController@edit
GET|HEAD admin/settings ............................ admin.settings ÔÇ║ Auth\ResetPasswordController@showResetForm
GET|HEAD admin/shippings ............................................ shippings.index ÔÇ║ ShippingController@index
POST admin/shippings ............................................ shippings.store ÔÇ║ ShippingController@store
GET|HEAD admin/shippings/create ................................... shippings.create ÔÇ║ ShippingController@create
GET|HEAD admin/shippings/data ...................................... shippings.data ÔÇ║ ShippingController@getData
GET|HEAD admin/shippings/{shipping} ................................... shippings.show ÔÇ║ ShippingController@show
PUT|PATCH admin/shippings/{shipping} ............................... shippings.update ÔÇ║ ShippingController@update
DELETE admin/shippings/{shipping} ............................. shippings.destroy ÔÇ║ ShippingController@destroy
GET|HEAD admin/shippings/{shipping}/edit .............................. shippings.edit ÔÇ║ ShippingController@edit
GET|HEAD admin/temporary_products .................. temporary_products.index ÔÇ║ TemporaryProductController@index
POST admin/temporary_products .................. temporary_products.store ÔÇ║ TemporaryProductController@store
GET|HEAD admin/temporary_products/create ......... temporary_products.create ÔÇ║ TemporaryProductController@create
GET|HEAD admin/temporary_products/data ............ temporary_products.data ÔÇ║ TemporaryProductController@getData
GET|HEAD admin/temporary_products/{temporary_product} temporary_products.show ÔÇ║ TemporaryProductController@show
PUT|PATCH admin/temporary_products/{temporary_product} temporary_products.update ÔÇ║ TemporaryProductController@upÔǪ
DELETE admin/temporary_products/{temporary_product} temporary_products.destroy ÔÇ║ TemporaryProductController@dÔǪ
GET|HEAD admin/temporary_products/{temporary_product}/confirm temporary_products.confirm ÔÇ║ TemporaryProductContÔǪ
POST admin/temporary_products/{temporary_product}/confirm ............... TemporaryProductController@confirm
GET|HEAD admin/temporary_products/{temporary_product}/edit temporary_products.edit ÔÇ║ TemporaryProductControllerÔǪ
POST admin/upload ........................................................... upload ÔÇ║ HomeController@upload
POST admin/vendor_payment/{vendor_id}/confirm vendor_payments.payment_confirm ÔÇ║ VendorPaymentController@payÔǪ
GET|HEAD admin/vendor_payment/{vendor_id}/send_payment vendor_payments.send_payment ÔÇ║ VendorPaymentController@sÔǪ
POST admin/vendor_payment/{vendor_id}/send_payment ........................... VendorPaymentController@store
GET|HEAD admin/vendor_payment/{vendor_id}/send_pending_payment vendor_payments.send_pending_payment ÔÇ║ VendorPayÔǪ
GET|HEAD admin/vendor_payment/{vendor_id}/show_order/{order_id} vendor_payments.show_order ÔÇ║ VendorPaymentContrÔǪ
GET|HEAD admin/vendor_payments ........................... vendor_payments.index ÔÇ║ VendorPaymentController@index
POST admin/vendor_payments ........................... vendor_payments.store ÔÇ║ VendorPaymentController@store
GET|HEAD admin/vendor_payments/create .................. vendor_payments.create ÔÇ║ VendorPaymentController@create
GET|HEAD admin/vendor_payments/{vendor_payment} ............ vendor_payments.show ÔÇ║ VendorPaymentController@show
PUT|PATCH admin/vendor_payments/{vendor_payment} ........ vendor_payments.update ÔÇ║ VendorPaymentController@update
DELETE admin/vendor_payments/{vendor_payment} ...... vendor_payments.destroy ÔÇ║ VendorPaymentController@destroy
GET|HEAD admin/vendor_payments/{vendor_payment}/edit ....... vendor_payments.edit ÔÇ║ VendorPaymentController@edit
POST adminlte/darkmode/toggle adminlte.darkmode.toggle ÔÇ║ JeroenNoten\LaravelAdminLte ÔÇ║ DarkModeController@tÔǪ
GET|HEAD api/log ...................................................................... log ÔÇ║ HomeController@log
GET|HEAD api/user ..............................................................................................
GET|HEAD cart .......................................................... cart ÔÇ║ App\Http\Livewire\Cart\CartIndex
GET|HEAD categories ........................................... store.categories ÔÇ║ StoreCategoryController@index
GET|HEAD categories/{category} ............................ store.categories.show ÔÇ║ StoreCategoryController@show
GET|HEAD home-products ...................................... store.home.products ÔÇ║ StoreController@homeProducts
GET|HEAD livewire/livewire.js ........................... Livewire\Controllers ÔÇ║ LivewireJavaScriptAssets@source
GET|HEAD livewire/livewire.js.map ......................... Livewire\Controllers ÔÇ║ LivewireJavaScriptAssets@maps
POST livewire/message/{name} ............... livewire.message ÔÇ║ Livewire\Controllers ÔÇ║ HttpConnectionHandler
GET|HEAD livewire/preview-file/{filename} livewire.preview-file ÔÇ║ Livewire\Controllers ÔÇ║ FilePreviewHandler@hanÔǪ
POST livewire/upload-file ........... livewire.upload-file ÔÇ║ Livewire\Controllers ÔÇ║ FileUploadHandler@handle
GET|HEAD login ...................................................... login ÔÇ║ Auth\LoginController@showLoginForm
POST login ...................................................................... Auth\LoginController@login
POST logout ........................................................... logout ÔÇ║ Auth\LoginController@logout
GET|HEAD order ........................................................ store.order ÔÇ║ StoreOrderController@index
POST order ..................................................................... StoreOrderController@create
GET|HEAD order/list .......................................... store.order.list ÔÇ║ StoreOrderController@orderList
GET|HEAD order/{uuid} ............................................. store.order.show ÔÇ║ StoreOrderController@show
GET|HEAD password/confirm .................... password.confirm ÔÇ║ Auth\ConfirmPasswordController@showConfirmForm
POST password/confirm ............................................... Auth\ConfirmPasswordController@confirm
POST password/email ...................... password.email ÔÇ║ Auth\ForgotPasswordController@sendResetLinkEmail
GET|HEAD password/reset ................... password.request ÔÇ║ Auth\ForgotPasswordController@showLinkRequestForm
POST password/reset ................................... password.update ÔÇ║ Auth\ResetPasswordController@reset
GET|HEAD password/reset/{token} .................... password.reset ÔÇ║ Auth\ResetPasswordController@showResetForm
GET|HEAD print ......................................................... invoice.index ÔÇ║ InvoiceController@index
GET|HEAD print/{order} ................................................. invoice.print ÔÇ║ InvoiceController@print
GET|HEAD product/{product} .................................... store.product.show ÔÇ║ StoreController@showProduct
GET|HEAD product_name_suggestions ....... product.name_suggestions ÔÇ║ ProductController@getSuggestionsProductName
GET|HEAD register ...................................... register ÔÇ║ Auth\RegisterController@showRegistrationForm
POST register ............................................................. Auth\RegisterController@register
GET|HEAD sanctum/csrf-cookie ....................................... Laravel\Sanctum ÔÇ║ CsrfCookieController@show
GET|HEAD search ................................................................ search ÔÇ║ SearchController@index
GET|HEAD search-product .................................... search.products ÔÇ║ SearchController@getSearchProduct
POST survey_form ................................... survey_form_save.store ÔÇ║ StoreController@surveyFormSave
Showing [184] routes