yiister/yii2-custom-field

This extension for yii framework 2 allows to attach custom field for any ActiveRecord model.

Installs: 88

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

Type:yii2-extension

pkg:composer/yiister/yii2-custom-field

dev-master 2016-02-22 10:11 UTC

This package is not auto-updated.

Last update: 2025-09-28 01:01:17 UTC


README

This extension for yii framework 2 allows to attach custom field for any ActiveRecord model.

Installation

The preferred way to install this extension is through composer.

Either run

composer require --prefer-dist yiister/yii2-custom-field

or add

"yiister/yii2-custom-field": "dev-master"

to the require section of your composer.json.

Post-installation

Go to the directory with your yii console bootstrap file and execute

./yii migrate --migrationPath=@yiister/cf/migrations