2017 © Pedro Peláez
 

yii2-extension yii2-category

Complete category management system

image

salehasadi/yii2-category

Complete category management system

  • Wednesday, May 11, 2016
  • by salehasadi50
  • Repository
  • 1 Watchers
  • 1 Stars
  • 22 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Categories Management Yii2 Module

Complete category management module for Yii2 based web application, Ready to integrate, (*1)

  • Easy to install
  • Create Unlimited Multilevel categories
  • Category tree structure to visualize category depth
  • Category Image
  • Category SEO Meta (Title, keywords, Description)

1. Download

Yii2-categories can be installed using composer. Run following command to download and install Yii2-categories:, (*2)

php composer.phar require salehasadi/yii2-category "dev-master"

2. Configure

Add following lines to your main configuration file to access this module via web URL:, (*3)

NOTE: Along with category module you also need to configure redactor Module which installed as dependency in category module as below to add wysiwyg editor in category description., (*4)

'modules' => [
    'redactor' => 'yii\redactor\RedactorModule',
    'category' => [
        'class' => 'salehasadi\category\Module',
    ],
],

3. Update database schema

The last thing you need to do is updating your database schema by applying the migrations. Make sure that you have properly configured db application component and run the following command:, (*5)

$ php yii migrate/up --migrationPath=@vendor/salehasadi/yii2-category/migrations

The Versions

11/05 2016

dev-master

9999999-dev http://www.yiimodules.com

Complete category management system

  Sources   Download

MIT

The Requires

 

by salehasadi

yii2 category category management