matacms / matacms-person
Manages persons for MATACMS
Installs: 658
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 0
Type:yii2-extension
This package is not auto-updated.
Last update: 2024-11-17 10:16:13 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.