sociallivemaps / laravel-ecommerce-connector
Solimap Ecommerce API integration (products, bundles, passes)
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:Blade
pkg:composer/sociallivemaps/laravel-ecommerce-connector
Requires
- php: >=8.2
- illuminate/http: ^10.0|^11.0
- illuminate/support: ^10.0|^11.0
This package is not auto-updated.
Last update: 2025-12-31 09:32:16 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