inblank / yii2-sortable
Extension for Yii2 to support sorting in ActiveRecord models
Installs: 75
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 2
Type:yii2-extension
Requires
- yiisoft/yii2: ~2.0.0
Requires (Dev)
- codeception/codeception: ^2.1
- codeception/specify: ~0.4
- codeception/verify: ~0.3
- yiisoft/yii2-codeception: ~2.0
This package is not auto-updated.
Last update: 2024-11-09 20:17:36 UTC
README
Русская версия этого документа доступна здесь.
Behavior yii2-sortable
for Yii2 allows manage sorting in ActiveRecord models.
Installation
The preferred way to install this extension is through composer.
Navigate to the project folder and run the console command:
$ composer require inblank/yii2-sortable
or add:
"inblank/yii2-sortable": "*"
to the require
section of your composer.json
file.