sociallivemaps/laravel-ecommerce-connector

There is no license information available for the latest version (dev-main) of this package.

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

dev-main 2025-11-05 08:52 UTC

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