定制 sociallivemaps/laravel-ecommerce-connector 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

sociallivemaps/laravel-ecommerce-connector

Composer 安装命令:

composer require sociallivemaps/laravel-ecommerce-connector

包简介

Solimap Ecommerce API integration (products, bundles, passes)

README 文档

README

This package integrates Solimap Ecommerce into any Laravel project.

Installation

composer require sociallivemaps/laravel-ecommerce-connector
  1. Add the following to your .env file:
SOLIMAP_BASE_URL=https://pay2go.solimap.com/api/v1
SOLIMAP_CLIENT_ID=<your-client-id>
SOLIMAP_EVENT_ID=<your-event-id>
SOLIMAP_APP_PREFIX=ecommerce

Usage

After installation and configuration, you can access Solimap products at:

https://your-domain.com/ecommerce/bundles

Notes

  • If no prefix is set in config, the default prefix will be solimap.
  • Make sure to clear your config cache after updating .env:
php artisan config:clear
php artisan cache:clear

Get images

php artisan vendor:publish --tag=solimap-config
php artisan vendor:publish --tag=solimap-views
php artisan vendor:publish --tag=solimap-assets

Php optimize

php artisan optimize

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: Blade

其他信息

  • 授权协议: Unknown
  • 更新时间: 2025-11-04