vanilo / cart
Vanilo Cart Module
4.1.0
2024-07-11 13:23 UTC
Requires
- php: ^8.2
- konekt/concord: ^1.13
- konekt/enum: ^4.2
- laravel/framework: ^10.43|^11.0
- vanilo/contracts: ^4.0
- vanilo/support: ^4.0
Requires (Dev)
- ext-sqlite3: *
- laravel/legacy-factories: ^1.0
- orchestra/testbench: ^8.0|^9.0
- phpunit/phpunit: ^10.0
This package is auto-updated.
Last update: 2024-10-28 13:16:39 UTC
README
This is the standalone cart module of the Vanilo E-commerce Framework.
Installation
(As Standalone Component)
composer require vanilo/cart
php artisan vendor:publish --provider="Konekt\Concord\ConcordServiceProvider"
- Add
Vanilo\Cart\Providers\ModuleServiceProvider::class
to modules inconfig/concord.php
php artisan migrate
Usage
See the Vanilo Cart Documentation for more details.