This is the standalone Order module from the Vanilo E-commerce framework
(As Standalone Component)
composer require vanilo/order
- 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, ] ];
php artisan migrate
See the Vanilo Order Documentation for more details.