szelepke/yii2-vue-smooth-dnd-asset

Vue smooth dnd asset for Yii2 app

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

pkg:composer/szelepke/yii2-vue-smooth-dnd-asset

v3.1 2019-11-26 15:18 UTC

This package is auto-updated.

Last update: 2025-09-29 02:42:53 UTC


README

Installation

The preferred way to install this extension is through composer.

Run

composer require szelepke/yii2-vue-smooth-dnd-asset "*"

or add


"szelepke/yii2-vue-smooth-dnd-asset": "*"



to the require section of your `composer.json` file.

Usage
-----

```php
<?php
    \szelepke\vuesmoothdnd\SmoothDndAsset::register($this);
    \szelepke\vuesmoothdnd\VueSmoothDndAsset::register($this);
?>