davidxu / yii2-webuploader
A webuploader and crop application extension for Yii2 framework.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=8.0
- npm-asset/webuploader: ^0.1.8
- ramsey/uuid: ^4.2
- yiisoft/yii2: ^2.0.13
- yiisoft/yii2-bootstrap4: ^2.0
Requires (Dev)
- phpunit/phpunit: ^6.0
This package is auto-updated.
Last update: 2024-10-23 12:00:21 UTC
README
Renders a Webuploader and cropper widget for Yii2.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require davidxu/yii2-webuploader "^0.1"
or add
"davidxu/yii2-webuploader": "^0.1"
to the require section of your composer.json
file.