vanilo / shipment
Vanilo Shipment Module
Installs: 307
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 3
Forks: 1
pkg:composer/vanilo/shipment
Requires
- php: ^8.3
 - konekt/address: ^3.4.1
 - konekt/concord: ^1.15
 - konekt/enum: ^4.2
 - konekt/laravel-migration-compatibility: ^1.6
 - laravel/framework: ^10.48|^11.0|^12.0
 - vanilo/contracts: ^5.0
 - vanilo/support: ^5.0
 
Requires (Dev)
- orchestra/testbench: ^8.0|^9.0|^10.0
 - phpunit/phpunit: ^10.0|^11.0
 
Suggests
- vanilo/adjustments: Allows storing shipping fees as adjustments for carts, orders, etc (^4.0)
 
README
This is the standalone Shipment module from the Vanilo E-commerce framework
Installation
(As Standalone Component)
composer require vanilo/shipmentphp artisan vendor:publish --provider="Konekt\Concord\ConcordServiceProvider"- Add 
Vanilo\Shipment\Providers\ModuleServiceProvider::classto modules inconfig/concord.php php artisan migrate
Usage
See the Vanilo Shipment Documentation for more details.