https://github.com/vanilophp/category
Category Module for Vanilo (or any Laravel app) https://vanilo.io
https://github.com/vanilophp/category
categorization parent-taxon shop taxon taxon-model taxon-slugs taxonomies tree
Last synced: 7 months ago
JSON representation
Category Module for Vanilo (or any Laravel app) https://vanilo.io
- Host: GitHub
- URL: https://github.com/vanilophp/category
- Owner: vanilophp
- License: mit
- Created: 2018-08-24T13:02:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-09-17T08:55:02.000Z (7 months ago)
- Last Synced: 2025-10-14T18:34:31.244Z (7 months ago)
- Topics: categorization, parent-taxon, shop, taxon, taxon-model, taxon-slugs, taxonomies, tree
- Language: PHP
- Homepage:
- Size: 133 KB
- Stars: 8
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Vanilo Category Module
[](https://github.com/vanilophp/category/actions?query=workflow%3Atests)
[](https://packagist.org/packages/vanilo/category)
[](https://packagist.org/packages/vanilo/category)
[](LICENSE.md)
This is the standalone Category module from the [Vanilo E-commerce framework](https://vanilo.io)
## 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](https://vanilo.io/docs/master/categorization) for more details.