aprsoft/yii2-dropify

yii2-dropify

Installs: 2 198

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 1

Language:CSS

Type:yii2-extension

v1.2 2017-06-15 06:09 UTC

This package is not auto-updated.

Last update: 2024-04-28 02:11:07 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()) ?>