matacms/matacms-person

Manages persons for MATACMS

Installs: 656

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 5

Forks: 0

Open Issues: 0

Type:yii2-extension

1.1.0 2019-07-07 10:17 UTC

This package is not auto-updated.

Last update: 2024-05-05 07:49:45 UTC


README

MATA CMS Module

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.