vanilo / order
Vanilo Order Module
4.1.0
2024-07-11 13:23 UTC
Requires
- php: ^8.2
- konekt/address: ^3.3.1
- konekt/concord: ^1.13
- konekt/enum: ^4.2
- konekt/laravel-migration-compatibility: ^1.6
- konekt/user: ^3.0
- laravel/framework: ^10.43|^11.0
- vanilo/contracts: ^4.0
- vanilo/support: ^4.0
Requires (Dev)
- laravel/legacy-factories: ^1.0
- orchestra/testbench: ^8.0|^9.0
- phpunit/phpunit: ^10.0
This package is auto-updated.
Last update: 2024-10-28 13:30:34 UTC
README
This is the standalone Order module from the Vanilo E-commerce framework
Installation
(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
Usage
See the Vanilo Order Documentation for more details.