vanilo / product
Vanilo Product Module
5.0.0
2025-09-03 14:56 UTC
Requires
- php: ^8.3
- cviebrock/eloquent-sluggable: ^10.0|^11.0|^12.0
- konekt/concord: ^1.15
- konekt/enum: ^4.2
- konekt/enum-eloquent: ^1.9
- 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
This package is auto-updated.
Last update: 2025-09-03 15:03:15 UTC
README
This is the standalone Product module from the Vanilo E-commerce framework
Installation
(As Standalone Component)
composer require vanilo/product
php artisan vendor:publish --provider="Konekt\Concord\ConcordServiceProvider"
- Add
Vanilo\Product\Providers\ModuleServiceProvider::class
to modules inconfig/concord.php
php artisan migrate
Usage
See the Vanilo Product Documentation for more details.