tinkers/yii2-upload-behavior

Yii2 upload behavior which extends the functionality of mohorev/yii2-upload-behavior

1.2.6 2019-12-26 12:35 UTC

This package is auto-updated.

Last update: 2024-03-26 21:36:08 UTC


README

Yii2 upload behavior which extends the functionality of mohorev/yii2-upload-behavior

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist tinkers/yii2-upload-behavior "*"

or add

"tinkers/yii2-upload-behavior": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \tinkers\AutoloadExample::widget(); ?>```