Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/prawee/yii2-uploadify
- Owner: prawee
- Created: 2014-10-15T09:03:16.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-15T10:28:53.000Z (about 10 years ago)
- Last Synced: 2024-05-05T15:01:38.132Z (6 months ago)
- Topics: uploadify, yii2, yii2-uploadify
- Language: JavaScript
- Homepage: http://www.prawee.com
- Size: 149 KB
- Stars: 5
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Yii2 Uploadify
==============
Manage Yii2 Upload Image & FileInstallation
------------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
[
]
]);?>
```