vanilo/translation

Vanilo Translation Module

5.0.0 2025-09-03 14:56 UTC

This package is auto-updated.

Last update: 2025-09-03 15:05:16 UTC


README

Tests Packagist version Packagist downloads MIT Software License

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

Installation

(As Standalone Component)

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

Usage

See the Vanilo Translation Documentation for more details.