aprsoft / yii2-dropify
yii2-dropify
Package info
github.com/AprSoft/yii2-dropify
Language:CSS
Type:yii2-extension
pkg:composer/aprsoft/yii2-dropify
v1.2
2017-06-15 06:09 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-15 11:58:39 UTC
README
yii2 dropify extension
Installation
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist aprsoft/yii2-dropify "*"
or add
"aprsoft/yii2-dropify": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \AprSoft\Dropify\Dropify::widget(); ?>
or
<?= $form->field($model, 'body')->widget(\AprSoft\Dropify\Dropify::className()) ?>