bagisto / bagisto

Free and open source laravel eCommerce platform
https://bagisto.com
Open Software License 3.0
15.27k stars 2.2k forks source link

Update documentation? #7352

Closed alexdebeer3005 closed 1 year ago

alexdebeer3005 commented 1 year ago

Terms

Bagisto Version(s) affected

v1.4.3

Issue Description

When looking at my route list I see options for api/v1/admin/sales/orders? and a controller behind it responsabel for the action "Webkul\RestApi\Http\Controllers\V1\Admin\Sale\OrderController@allResources".

But when searching in my project I can't find a webkul/restapi class?

So what is going on? where is the documentation for this?

Preconditions

default installation

Steps to reproduce

install bagisto clean and dump the route list

Expected Result

good docs

Actual Result

bad docs

Screenshots

No response

Additional context

No response

akathuria289 commented 1 year ago

@alexdebeer3005

Please check out this path - vendor/bagisto/rest-api for the RestAPI package, This function( allResources ) exist in vendor/bagisto/rest-api/src/Http/Controllers/V1/Admin/ResourceController.php

devansh-webkul commented 1 year ago

We have moved all the APIs into vendor dependencies, please have a look there, https://github.com/bagisto/rest-api