mata / mata-category
Manages categories for Active Record models
Package info
github.com/qi-interactive/mata-category
Type:yii2-extension
pkg:composer/mata/mata-category
1.0.1.2-alpha
2017-06-10 19:35 UTC
This package is not auto-updated.
Last update: 2026-03-14 23:28:33 UTC
README
Manages categories for Active Record models
Installation
- Add the module using composer:
"mata/mata-category": "~1.0.0"
- Run migrations
php yii migrate/up --migrationPath=@vendor/mata/mata-category/migrations
Changelog
1.0.1.1-alpha, September 7, 2016
- Added migration (alter DocumentId from 64 to 128 characters)
1.0.1-alpha, August 21, 2015
- Added deletion of categories for removed document
- [[Category]] model uses [[matacms\db\ActiveQuery]]
1.0.0-alpha, May 18, 2015
- Initial release.