order icon indicating copy to clipboard operation
order copied to clipboard

Order Module For Vanilo (Laravel)

Vanilo Order Module

Tests Packagist version Packagist downloads MIT Software License

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

Installation

(As Standalone Component)

  1. composer require vanilo/order
  2. Create the file config/concord.php with the following content:
    <?php
    
    return [
        'modules' => [
            \Konekt\Address\Providers\ModuleServiceProvider::class,
            \Konekt\User\Providers\ModuleServiceProvider::class,
            \Vanilo\Order\Providers\ModuleServiceProvider::class,
        ]
    ];
    
  3. php artisan migrate

Usage

See the Vanilo Order Documentation for more details.