visiosoft/categories-module

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

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:streams-addon

pkg:composer/visiosoft/categories-module

1.1 2023-04-05 15:28 UTC

This package is auto-updated.

Last update: 2025-09-29 03:14:04 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.
    ]
]