vanilo / order
Vanilo Order Module
6.0.0
2026-09-25 09:39 UTC
Requires
- php: ^8.4
- konekt/address: ^3.9
- konekt/concord: ^1.16
- konekt/enum: ^4.2
- konekt/laravel-migration-compatibility: ^1.6
- konekt/user: ^3.0
- laravel/framework: ^12.61.1|^13.12
- vanilo/contracts: ^6.0
- vanilo/support: ^6.0
Requires (Dev)
- orchestra/testbench: ^10.0|^11.0
- phpunit/phpunit: ^11.0|^12.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
- dev-master / 6.0.x-dev
- 6.0.0
- 5.x-dev
- 5.2.0
- 5.1.1
- 5.1.0
- 5.0.0
- 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: 2026-09-25 09:41:42 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.phpwith 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.