voskobovich / yii2-copy-value-behavior
Behavior copies the values from one attribute to another for Yii2
Installs: 78
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-behavior
Requires
- php: >=5.4.0
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-11-09 18:27:33 UTC
README
Installation
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist voskobovich/yii2-copy-value-behavior "*"
or add
"voskobovich/yii2-copy-value-behavior": "*"
to the require section of your composer.json
file.