matacms / matacms-person
Manages persons for MATACMS
Package info
github.com/qi-interactive/matacms-person
Type:yii2-extension
pkg:composer/matacms/matacms-person
1.1.0
2019-07-07 10:17 UTC
This package is not auto-updated.
Last update: 2026-03-08 16:32:49 UTC
README
Person module manages persons for MATA CMS.
Installation
- Add the module using composer:
"matacms/matacms-person": "~1.0.0"
- Run migrations
php yii migrate/up --migrationPath=@vendor/matacms/matacms-person/migrations
Changelog
1.0.0.1-alpha, May 3, 2016
- Added filterableAttributes() to Person model (for search functionality)
1.0.0-alpha, May 18, 2015
- Initial release.