Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/prawee/yii2-uploadify

Manage Yii2 Uploadify
https://github.com/prawee/yii2-uploadify

uploadify yii2 yii2-uploadify

Last synced: about 11 hours ago
JSON representation

Manage Yii2 Uploadify

Awesome Lists containing this project

README

        

Yii2 Uploadify
==============
Manage Yii2 Upload Image & File

Installation
------------

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

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
[
]
]);

?>
```