2017 © Pedro Peláez
 

yii2-extension yii2-custom-field

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

image

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

The README.md

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

The Versions

22/02 2016

dev-master

9999999-dev https://github.com/yiister/yii2-custom-field

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

  Sources   Download

BSD-3-Clause

The Requires

 

frontend extension yii2 helper backend utils