This is the standalone Product module from the Vanilo E-commerce framework
(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
See the Vanilo Product Documentation for more details.