vanilo/order is a Laravel package for vanilo order module.
It currently has 35 GitHub stars and 140.645 downloads on Packagist (latest version 5.2.0).
Install it with composer require vanilo/order.
Discover more Laravel packages by vanilo
or browse all Laravel packages to compare alternatives.
Last updated
This is the standalone Order module from the Vanilo E-commerce framework
(As Standalone Component)
composer require vanilo/orderconfig/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 migrateSee the Vanilo Order Documentation for more details.