symfonycontrib/taxonomy-bundle

Symfony taxonomy management for content organization. (tags, categories, groups, types, etc.)

v0.8.3 2018-05-09 15:43 UTC

This package is not auto-updated.

Last update: 2024-04-09 15:35:13 UTC


README

This code is part of the SymfonyContrib community.

SymfonyContrib Taxonomy Bundle

Symfony2 taxonomy management for content organization. (tags, categories, groups, types, etc.)

Features

  • ... more to come.

Installation

1. Add the bundle to your composer.json

"require": {
    ...
    "symfonycontrib/taxonomy-bundle": "@stable"
}

2. Install the bundle using composer

$ composer update symfonycontrib/taxonomy-bundle

3. Add this bundle to your application's kernel:

    new SymfonyContrib\Bundle\TaxonomyBundle\TaxonomyBundle(),

Configuration

Usage