Download the PHP package visiosoft/categories-module without Composer
On this page you can find all versions of the php package visiosoft/categories-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package categories-module
Category Module
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.
]
]
All versions of categories-module with dependencies
PHP Build Version
Package Version
Requires
anomaly/streams-platform Version
^1.6
The package visiosoft/categories-module contains the following files
Loading the files please wait ....