vanilophp / order

Order Module For Vanilo (Laravel)

Home Page:https://vanilo.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Order Module For Vanilo (Laravel)

https://vanilo.io

License:MIT License


Languages

Language:PHP 100.0%