sociallivemaps/laravel-ecommerce-connector

Solimap Ecommerce API integration (products, bundles, passes)

Maintainers

Package info

github.com/sociallivemaps/laravel-ecommerce-connector

Language:Blade

pkg:composer/sociallivemaps/laravel-ecommerce-connector

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2026-01-23 08:11 UTC

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
  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