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
- Add the following to your
.envfile:
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
其他信息
- 授权协议: Unknown
- 更新时间: 2025-11-04