This is the standalone Category module from the Vanilo E-commerce framework
(As Standalone Component)
composer require vanilo/category
php artisan vendor:publish --provider="Konekt\Concord\ConcordServiceProvider"
- Add
Vanilo\Category\Providers\ModuleServiceProvider::class
to modules inconfig/concord.php
php artisan migrate
See the Vanilo Categorization Documentation for more details.