Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.02 KB

README.md

File metadata and controls

52 lines (34 loc) · 1.02 KB

LUYA module for Category Administration

LUYA Logo

LUYA siripravi/category

LUYA

Luya module for nested set administration

Requirement

This module requires

[Yii2 Nestedset Extension] (https://github.com/creocoder/yii2-nested-sets/)

Installation

composer require creocoder/yii2-nested-sets
Install the extension through composer:
composer require siripravi/luya-module-category

Add the following to your config module listing:

 'categoryadmin' => 'siripravi\category\admin\Module',

Run these two commands afterwards:

./vendor/bin/luya import
./vendor/bin/luya migrate

Module Features

  1. Support for multiple tree creation.
  2. Insert/update/modify a new tree node anywhere in the tree.
  3. Deletion possible for multiple nodes at a time.

😆