sociallivemaps / laravel-ecommerce-connector
Solimap Ecommerce API integration (products, bundles, passes)
Package info
github.com/sociallivemaps/laravel-ecommerce-connector
Language:Blade
pkg:composer/sociallivemaps/laravel-ecommerce-connector
dev-main
2026-01-23 08:11 UTC
Requires
- php: >=8.2
- illuminate/http: ^10.0|^11.0
- illuminate/support: ^10.0|^11.0
This package is not auto-updated.
Last update: 2026-03-20 09:01:35 UTC
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