madand/yii2-simple-ajax-uploader

simple-ajax-uploader asset for Yii2

Installs: 133

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Type:yii2-extension

pkg:composer/madand/yii2-simple-ajax-uploader

0.1.0 2016-01-29 00:26 UTC

This package is not auto-updated.

Last update: 2025-09-28 00:45:19 UTC


README

Provides the asset bundle for easy integration of simple-ajax-uploader into your Yii2 application.

Installation

The preferred way to install this extension is through composer.

Either run

composer require --prefer-dist "madand/yii2-simple-ajax-uploader:*"

or add

"madand/yii2-simple-ajax-uploader": "*"

to the require section of your composer.json file.

Usage

In the view file register the asset:

\madand\simpleajaxuploader\SimpleAjaxUploaderAsset::register($this);

License

The BSD License (BSD). Please see License File for more information.