vanilo / category
Vanilo Category Module
6.0.0
2026-09-25 09:39 UTC
Requires
- php: ^8.4
- cviebrock/eloquent-sluggable: ^12.0|^13.0
- konekt/concord: ^1.16
- laravel/framework: ^12.61.1|^13.12
Requires (Dev)
- orchestra/testbench: ^10.0|^11.0
- phpunit/phpunit: ^11.0|^12.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-25 09:41:13 UTC
README
This is the standalone Category module from the Vanilo E-commerce framework
Installation
(As Standalone Component)
composer require vanilo/categoryphp artisan vendor:publish --provider="Konekt\Concord\ConcordServiceProvider"- Add
Vanilo\Category\Providers\ModuleServiceProvider::classto modules inconfig/concord.php php artisan migrate
Usage
See the Vanilo Categorization Documentation for more details.