PHPackages                             ckhan/laravel-admin-listbox-sortable - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. ckhan/laravel-admin-listbox-sortable

ActiveLibrary

ckhan/laravel-admin-listbox-sortable
====================================

laravel admin listbox sortable

2424↑130.8%2[1 issues](https://github.com/hanchikang/laravel-admin-listbox-sortable/issues)[1 PRs](https://github.com/hanchikang/laravel-admin-listbox-sortable/pulls)JavaScriptCI failing

Since Jan 11Pushed 4y ago2 watchersCompare

[ Source](https://github.com/hanchikang/laravel-admin-listbox-sortable)[ Packagist](https://packagist.org/packages/ckhan/laravel-admin-listbox-sortable)[ RSS](/packages/ckhan-laravel-admin-listbox-sortable/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

ListboxSortable for Laravel-admin 1.6+
======================================

[](#listboxsortable-for-laravel-admin-16)

ListboxSortable是基于Laravel-admin表单组件的扩展，实现了listbox的拖拽排序功能。

Require
-------

[](#require)

- Laravel-admin &gt;= 1.6

Installation
------------

[](#installation)

运行下面的命令安装:

```
"composer require  ckhan/laravel-admin-listbox-sortable"

```

然后，运行下面的命令发布静态文件:

```
"php artisan vendor:publish --provider=CKHan\ListboxSortable\ListboxSortableServiceProvider --force"

```

Configuration
-------------

[](#configuration)

不需要其他额外的配置

Usage
-----

[](#usage)

使用方法和Laravel-admin中表单组件listbox是一致的:

```
$form->listboxsortable($column[, $label])->options([1 => 'foo', 2 => 'bar', 'val' => 'Option name']);
```

或者从api中获取选项：

```
$form->listboxsortable($column[, $label])->options('/api/options');
```

Documentation
-------------

[](#documentation)

Laravel-admin开发文档[Laravel-admin](https://laravel-admin.org/docs/zh/)

License
-------

[](#license)

`ListboxSortable` is licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/ef42b547f086d8560210ac149d79392037e64a2e395dcf99074569fe29350d1b?d=identicon)[ckhan](/maintainers/ckhan)

---

Top Contributors

[![hanchikang](https://avatars.githubusercontent.com/u/20742865?v=4)](https://github.com/hanchikang "hanchikang (5 commits)")

### Embed Badge

![Health badge](/badges/ckhan-laravel-admin-listbox-sortable/health.svg)

```
[![Health](https://phpackages.com/badges/ckhan-laravel-admin-listbox-sortable/health.svg)](https://phpackages.com/packages/ckhan-laravel-admin-listbox-sortable)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
