Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voskobovich/yii2-copy-value-behavior
Behavior copies the values from one attribute to another for Yii2
https://github.com/voskobovich/yii2-copy-value-behavior
Last synced: 12 days ago
JSON representation
Behavior copies the values from one attribute to another for Yii2
- Host: GitHub
- URL: https://github.com/voskobovich/yii2-copy-value-behavior
- Owner: voskobovich
- Created: 2015-07-26T12:29:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-26T18:00:16.000Z (over 9 years ago)
- Last Synced: 2024-04-21T00:23:08.213Z (10 months ago)
- Language: PHP
- Size: 113 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Yii2 Copy Value Behavior
================================Installation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
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.