vanilo / shipment
Vanilo Shipment Module
3.0.1
2022-05-22 11:46 UTC
Requires
- php: ^8.0
- konekt/address: ^2.1
- konekt/concord: ^1.10.2
- konekt/laravel-migration-compatibility: ^1.4.2
- vanilo/contracts: ^3.0
Requires (Dev)
- laravel/legacy-factories: ^1.0
- orchestra/testbench: ^7.0
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2022-08-05 13:56:26 UTC
README
This is the standalone Shipment module from the Vanilo E-commerce framework
Installation
(As Standalone Component)
composer require vanilo/shipment
php artisan vendor:publish --provider=Konekt\Concord\ConcordServiceProvider
- Add
Vanilo\Shipment\Providers\ModuleServiceProvider::class
to modules inconfig/concord.php
php artisan migrate
Usage
See the Vanilo Shipment Documentation for more details.