yii2-extension yii2-target-model
yii2-target-model is extension for yii framework 2 allows to get custom information for ActiveRecord. It is used in some other extensions.
yiister/yii2-target-model
yii2-target-model is extension for yii framework 2 allows to get custom information for ActiveRecord. It is used in some other extensions.
- Thursday, February 25, 2016
- by fps01
- Repository
- 1 Watchers
- 0 Stars
- 3 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
TargetModel for Yii2
This extension for yii framework 2 allows to get custom information for ActiveRecord. It is used in some other extensions., (*1)
Installation
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
composer require --prefer-dist yiister/yii2-target-model
or add, (*4)
"yiister/yii2-target-model": "dev-master"
to the require
section of your composer.json., (*5)
Post-installation
Go to directory with your yii console bootstrap file and execute, (*6)
./yii migrate --migrationPath=@yiister/tm/migrations