This extension for yii framework 2 allows to get custom information for ActiveRecord. It is used in some other extensions.
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist yiister/yii2-target-model
or add
"yiister/yii2-target-model": "dev-master"
to the require
section of your composer.json.
Go to directory with your yii console bootstrap file and execute
./yii migrate --migrationPath=@yiister/tm/migrations
No stable releases.
Comments