visiosoft /categories-module
关于此软件包最新版本(1.1)没有可用的许可证信息。
1.1
2023-04-05 15:28 UTC
Requires
- anomaly/streams-platform: ^1.6
This package is auto-updated.
Last update: 2024-08-31 00:28:06 UTC
README
visiosoft.module.category
一个插件分类模块和分类字段类型。
如何使用分类模块
您可以通过将以下行添加到迁移文件中来使用它。
"user_category" => [
"type" => "visiosoft.field_type.category",
"config" => [
"level" => "5", // Shows the subcategory limit
"related" => \Anomaly\UsersModule\User\UserModel::class, //Specifies for which stream to add.
]
]