alexeevdv/yii2-single-image-upload

Installs: 3 653

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 2

Open Issues: 0

Type:yii2-extension

1.1.3 2019-05-28 08:52 UTC

This package is auto-updated.

Last update: 2024-03-28 19:34:13 UTC


README

The preferred way to install this extension is through composer.

Either run

$ composer require alexeevdv/yii2-single-image-upload "^1.0"

or add

"alexeevdv/yii2-single-image-upload": "^1.0"

to the require section of your composer.json file.

Usage

echo $form->field($model, 'image')->widget(alexeevdv\image\SingleImageUploadWidget::class);