prawee / yii2-uploadify
Manage Yii2 Upload Image & File
Package info
github.com/prawee/yii2-uploadify
Language:JavaScript
Type:yii2-extension
pkg:composer/prawee/yii2-uploadify
dev-master
2014-10-15 10:28 UTC
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2026-03-12 09:02:54 UTC
README
Manage Yii2 Upload Image & File
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist prawee/yii2-uploadify "*"
or add
"prawee/yii2-uploadify": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?php use prawee\uploadify\Uploadify; echo Uploadify::widget([ 'options'=>[ ] ]); ?>