yii2-extension yii2-custom-field
This extension for yii framework 2 allows to attach custom field for any ActiveRecord model.
yiister/yii2-custom-field
This extension for yii framework 2 allows to attach custom field for any ActiveRecord model.
- Monday, February 22, 2016
- by fps01
- Repository
- 1 Watchers
- 0 Stars
- 80 Installations
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 1 Versions
- 1 % Grown
Custom fields for Yii2
This extension for yii framework 2 allows to attach custom field for any ActiveRecord model., (*1)
Installation
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
composer require --prefer-dist yiister/yii2-custom-field
or add, (*4)
"yiister/yii2-custom-field": "dev-master"
to the require
section of your composer.json., (*5)
Post-installation
Go to the directory with your yii console bootstrap file and execute, (*6)
./yii migrate --migrationPath=@yiister/cf/migrations