vanilo / order
Vanilo Order Module
4.2.0
2024-12-14 18:32 UTC
Requires
- php: ^8.2
- konekt/address: ^3.4.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.2
Requires (Dev)
- laravel/legacy-factories: ^1.0
- orchestra/testbench: ^8.0|^9.0
- phpunit/phpunit: ^10.0
- dev-master / 5.0.x-dev
- 4.x-dev
- 4.2.0
- 4.1.0
- 4.0.0
- 3.x-dev
- 3.8.0
- 3.7.0
- 3.6.1
- 3.6.0
- 3.5.1
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.x-dev
- 3.0.1
- 3.0.0
- 2.x-dev
- 2.2.1
- 2.2.0
- 2.1.1
- 2.1.0
- 2.0.0
- 1.2.x-dev
- 1.2.0
- 1.1.x-dev
- 1.1.0
- 1.0.0
- 0.5.x-dev
- 0.5.2
- 0.5.1
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.x-dev
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.2
- 0.1.1
- 0.1.0
This package is auto-updated.
Last update: 2025-05-12 06:40:20 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.