vanilo/master-product

Vanilo Master Product Module

Maintainers

Package info

github.com/vanilophp/master-product

Issues

pkg:composer/vanilo/master-product

Statistics

Installs: 493

Dependents: 1

Suggesters: 0

Stars: 2

5.1.0 2025-12-02 20:51 UTC

This package is auto-updated.

Last update: 2026-03-02 21:28:26 UTC


README

Tests Packagist version Packagist downloads MIT Software License

This is the standalone Master Product module of the Vanilo E-commerce Framework.

Installation

(As Standalone Component)

  1. composer require vanilo/master-product
  2. php artisan vendor:publish --provider="Konekt\Concord\ConcordServiceProvider"
  3. Add Vanilo\MasterProduct\Providers\ModuleServiceProvider::class to modules in config/concord.php
  4. php artisan migrate

Usage

See the Vanilo Master Products Documentation for more details.