visiosoft / categories-module
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:streams-addon
Requires
- anomaly/streams-platform: ^1.6
This package is auto-updated.
Last update: 2024-10-31 00:24:21 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.
]
]