where i could find the default api route file "where is the apis links exists"
-
where i could find the default api route file "where is the apis links exists"
-
@3hmed
Bagisto doc is here if you learn about API https://devdocs.bagisto.com/bagisto_api.html -
@Vaishali-Agarwal
i know that sir but i want to see the api links it self inside the route file -
-
Hi @3hmed ,
Let me help you as a fellow developer, the route file for API is
packages/Webkul/API/Http/routes.phpFYI, bagisto used the fullest potential of the laravel framework..so mostly all laravel solution is worked...(which is VERY GOOD from developer point of view)
as for 'packages' you can read it here :
https://laravel.com/docs/7.x/packagesor for easier, you can read bagisto tutorial..
https://devdocs.bagisto.com/create_package.html -
@otheriz Hey I didn't find any API folder under package/Webkul
-
Hi @hedyd,
May i know which version are you using?
-
"bagisto/bagisto-package-generator": "dev-master",
"bagisto/legacy-api": "^1.0",
"bagistobrasil/bagisto-product-social-share": "^0.1.2", -
You are using the master version and in the master version, we have moved the API package outside.
-
cant find even outside of packages folder, can you be more specific please.
-
Hi there,
You can find the API folder inside the vendor/bagisto