This is the standalone cart module of the Vanilo E-commerce Framework.
(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
See the Vanilo Cart Documentation for more details.