2017 © Pedro Peláez
 

yii2-extension yii2-taxonomy

Taxonomy module for Yii2

image

infoweb-internet-solutions/yii2-taxonomy

Taxonomy module for Yii2

  • Friday, January 29, 2016
  • by infoweb-internet-solutions
  • Repository
  • 5 Watchers
  • 0 Stars
  • 39 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 2 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Taxonomy module for Yii2

Installation

The preferred way to install this extension is through composer., (*1)

Either run, (*2)

php composer.phar require infoweb-internet-solutions/yii2-taxonomy "*"

or add, (*3)

"infoweb-internet-solutions/yii2-taxonomy": "*"

to the require section of your composer.json file., (*4)

Usage

Once the extension is installed, simply modify your backend configuration as follows (if you have the infoweb/cms module installed):, (*5)

'modules' => [
    ...
    'taxonomy' => [
        'class' => 'infoweb\taxonomy\Module',
    ],
    ...
    'cms' => [
        'sideBarItems' => [
            'modules' => [
                [
                    'label'     => 'Taxonomy',
                    'i18nGroup' => 'infoweb/taxonomy',
                    'url'       => '/taxonomy/term',
                    'authItem'  => 'showTaxonomyModule',
                ],
            ],
        ],
    ],
],

Import the translations and use category 'infoweb/taxonomy':, (*6)

yii i18n/import @infoweb/taxonomy/messages

To use the module, execute yii migration, (*7)

yii migrate/up --migrationPath=@vendor/infoweb-internet-solutions/yii2-taxonomy/migrations

The Versions

29/01 2016

dev-master

9999999-dev

Taxonomy module for Yii2

  Sources   Download

MIT

The Requires

 

yii2 taxonomy infoweb yii2-taxonomy