vanilo / order
Vanilo Order Module
5.2.0
2026-04-21 14:25 UTC
Requires
- php: ^8.3
- konekt/address: ^3.4.1
- konekt/concord: ^1.15
- konekt/enum: ^4.2
- konekt/laravel-migration-compatibility: ^1.6
- konekt/user: ^3.0
- laravel/framework: ^10.48|^11.46.2|^12.50|^13.0
- vanilo/contracts: ^5.1
- vanilo/support: ^5.1
Requires (Dev)
- orchestra/testbench: ^8.0|^9.0|^10.0|^11.0
- phpunit/phpunit: ^10.0|^11.0
This package is auto-updated.
Last update: 2026-05-24 07:54: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.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.