Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 684 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 684 Bytes

List extension for laravel-admin

这个包是基于Encore\Admin\Form\Field\ListField,增加了可拖拽排序的功能。

安装

composer require igwen6w/list

然后

php artisan vendor:publish --tag=igwen6w-list-sortable

配置

config/admin.php文件的extensions配置部分,加上属于这个扩展的配置

    'extensions' => [

        'listSortable' => [
        
            // 如果要关掉这个扩展,设置为false
            'enable' => true,
        ]
    ]

使用

表单中使用

$form->listSortable();

License

Licensed under The MIT License (MIT).