vanilo/category

Vanilo Category Module

Installs: 71 936

Dependents: 1

Suggesters: 0

Security: 0

Stars: 7

Watchers: 2

Forks: 4

pkg:composer/vanilo/category

5.0.0 2025-09-03 14:56 UTC

README

Tests Packagist version Packagist downloads MIT Software License

This is the standalone Category module from the Vanilo E-commerce framework

Installation

(As Standalone Component)

  1. composer require vanilo/category
  2. php artisan vendor:publish --provider="Konekt\Concord\ConcordServiceProvider"
  3. Add Vanilo\Category\Providers\ModuleServiceProvider::class to modules in config/concord.php
  4. php artisan migrate

Usage

See the Vanilo Categorization Documentation for more details.