aprsoft/yii2-dropify

yii2-dropify

Maintainers

Package info

github.com/AprSoft/yii2-dropify

Issues

Language:CSS

Type:yii2-extension

pkg:composer/aprsoft/yii2-dropify

Statistics

Installs: 2 241

Dependents: 0

Suggesters: 0

Stars: 1

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

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()) ?>