vanilo/order

Vanilo Order Module
245,764 35
Install
composer require vanilo/order
Latest Version:5.2.0
PHP:^8.4
License:MIT
Last Updated:Apr 24, 2026
Links: GitHub  ·  Packagist
Maintainer: vanilo

Vanilo Order Module

Tests Packagist version Packagist downloads MIT Software License

This is the standalone Order module from the Vanilo E-commerce framework

Installation

(As Standalone Component)

  1. composer require vanilo/order
  2. 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,
        ]
    ];
    
  3. php artisan migrate

Usage

See the Vanilo Order Documentation for more details.

Related Packages

vanilo/properties

Vanilo Properties (Attributes) Module

257,193 11
vanilo/cart

Vanilo Cart Module

255,324 51
vanilo/contracts

Common set of Vanilo Contracts (Interfaces)

275,740 3
vanilo/support

Common Vanilo functions, traits, helpers

273,164 5
vanilo/product

Vanilo Product Module

248,410 19