dev-master
9999999-devYii2 Upload File Behavior
MIT
The Requires
by zinzinday
extension yii2
2.0.0
2.0.0.0Yii2 Upload File Behavior
MIT
The Requires
by zinzinday
extension yii2
Yii2 Upload File Behavior
Yii2 Upload File Behavior, (*1)
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
composer require --prefer-dist yiidoc/yii2-upload-behavior "*"
or add, (*4)
"yiidoc/yii2-upload-behavior": "*"
to the require section of your composer.json
file., (*5)
Once the extension is installed, simply use it in your code by :, (*6)
public function behaviors() { return [ [ 'class' => 'yii\behaviors\UploadFileBehavior', 'attribute' => 'picture', 'uploadDir' => '@webroot/uploads/user/pictures' ] ]; }
Yii2 Upload File Behavior
MIT
extension yii2
Yii2 Upload File Behavior
MIT
extension yii2