dench / yii2-sortable
Sortable
dev-master
2018-07-18 20:06 UTC
Requires
- bower-asset/sortablejs: ~1.6.0
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2026-03-11 22:45:10 UTC
README
Sortable
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist dench/yii2-sortable "*"
or add
"dench/yii2-sortable": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \dench\sortable\AutoloadExample::widget(); ?>```