- Notifications
You must be signed in to change notification settings - Fork26
bagisto/rest-api
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Bagisto REST API is a medium to use the features of the core Bagisto System. By using Bagisto REST API, you can integrate your application to serve the default content of Bagisto.
- Bagisto: v2.2.x
composer require bagisto/rest-api
Add below options in the .env file (i.e.http://localhost/public your domain):
SANCTUM_STATEFUL_DOMAINS=http://localhost/public
php artisan bagisto-rest-api:install
http://localhost/public/api/admin/documentation
http://localhost/public/api/shop/documentation
- You can check the L5-Swagger guidelines too regarding the configuration the API documentation.
About
Bagisto REST API provides powerful and flexible endpoints to manage e-commerce operations, including products, orders, customers, and more.
Resources
Stars
Watchers
Forks
Packages0
No packages published