aprsoft / yii2-dropify
yii2-dropify
Installs: 2 230
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 1
Language:CSS
Type:yii2-extension
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-03-02 06:30:28 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()) ?>