Skip to content

Yepitis/yii2-dropify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yii2-dropify

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

About

yii2 dropify

Resources

Stars

Watchers

Forks

Packages

No packages published