uraankhayayaal / yii2-sortable
Yii2 sortable
Package info
github.com/uraankhayayaal/yii2-sortable
Type:yii2-extension
pkg:composer/uraankhayayaal/yii2-sortable
v1.0.1
2022-05-29 16:40 UTC
Requires
- npm-asset/sortablejs: ^1.6.1
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2026-02-22 14:43:48 UTC
README
Yii2 sortable
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist uraankhayayaal/yii2-sortable "*"
or add
"uraankhayayaal/yii2-sortable": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \uraankhayayaal\sortable\AutoloadExample::widget(); ?>```