承接 unopim/bagisto-rest-api 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

unopim/bagisto-rest-api

最新稳定版本:v1.0.4

Composer 安装命令:

composer require unopim/bagisto-rest-api

包简介

README 文档

README

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.

1. Requirements:

  • Bagisto: v2.2.x

2. Installation:

Install the stable version of Bagisto Rest API from your console using the below command:

composer require unopim/bagisto-rest-api
Add below options in the .env file (i.e. http://localhost/public your domain):
SANCTUM_STATEFUL_DOMAINS=http://localhost/public
To configure the REST API L5-Swagger Documentation run below command:
php artisan bagisto-rest-api:install
To check the Admin end API documentation:
http://localhost/public/api/admin/documentation
To check the Shop end API documentation:
http://localhost/public/api/shop/documentation

3. Using Bulk Product API with Queues

To enable the Bulk Product API to run using queues, update your .env file:

QUEUE_DRIVER=database
QUEUE_CONNECTION=database

This ensures that bulk operations are processed asynchronously using the queue system.

  • You can check the L5-Swagger guidelines too regarding the configuration the API documentation.

统计信息

  • 总下载量: 64
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 2
  • Forks: 5
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-01-21