dev-master
9999999-dev http://www.yiimodules.comComplete category management system
MIT
The Requires
by salehasadi
yii2 category category management
Complete category management system
Complete category management module for Yii2 based web application, Ready to integrate, (*1)
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"
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', ], ],
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
Complete category management system
MIT
yii2 category category management