visiosoft/categories-module

There is no license information available for the latest version (1.1) of this package.

1.1 2023-04-05 15:28 UTC

This package is auto-updated.

Last update: 2024-05-01 00:11:58 UTC


README

visiosoft.module.category

An addon category module and category field type.

How to use category module

You can use it by adding the following lines to your migration file.

"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.
    ]
]