https://github.com/openclassify/categories-module
Categories Module
https://github.com/openclassify/categories-module
Last synced: 11 months ago
JSON representation
Categories Module
- Host: GitHub
- URL: https://github.com/openclassify/categories-module
- Owner: openclassify
- Created: 2023-04-05T15:12:31.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-05T15:28:31.000Z (almost 3 years ago)
- Last Synced: 2024-04-13T19:35:36.101Z (almost 2 years ago)
- Language: PHP
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.
]
]