siripravi/luya-module-category

Luya 分类树管理

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

This package is auto-updated.

Last update: 2024-09-08 08:14:10 UTC


README

LUYA Logo

LUYA siripravi/category

LUYA

Luya 模块,用于嵌套集合管理

需求

本模块需要

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

安装

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

将以下内容添加到您的配置模块列表中

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

之后运行以下两个命令

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

模块功能

  1. 支持创建多个树。
  2. 在任何位置插入/更新/修改新树节点。
  3. 一次可以删除多个节点。

😆