vanilo/links

Vanilo module for creating links between products, categories like upsell, variants, similar products, etc

4.1.0 2024-07-11 13:23 UTC

This package is auto-updated.

Last update: 2024-08-28 13:04:42 UTC


README

Tests Packagist version Packagist downloads MIT Software License

This is the standalone Links module from the Vanilo E-commerce framework

Installation

(As Standalone Component)

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

Usage

See the Vanilo Links Documentation for more details.