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.
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Type:yii2-extension
Requires
- php: >=5.4.0
- yiisoft/yii2: >=2.0.5
This package is not auto-updated.
Last update: 2024-10-26 18:44:12 UTC
README
This extension for yii framework 2 allows to get custom information for ActiveRecord. It is used in some other extensions.
Installation
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.
Post-installation
Go to directory with your yii console bootstrap file and execute
./yii migrate --migrationPath=@yiister/tm/migrations