siripravi/luya-module-category

Luya category tree administration

dev-master 2024-02-10 06:01 UTC

This package is auto-updated.

Last update: 2024-04-08 07:16:01 UTC


README

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.

😆