plathir / yii2-smart-upload
Yii-Framework widget for uploading files
Installs: 75
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:yii2-extension
Requires
This package is auto-updated.
Last update: 2024-10-12 14:05:49 UTC
README
Yii-Framework extension for uploading files (Do not use ! under development... )
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist plathir/yii2-smart-upload "*"
or add
"plathir/yii2-smart-upload": "*"
to the require section of your composer.json
file.