8000 GitHub - vanilophp/order: Order Module For Vanilo (Laravel)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

vanilophp/order

Repository files navigation

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)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages

0