patriziotomato / select-or-custom
Laravel Nova 字段。
v1.0.0
2023-02-18 07:33 UTC
Requires
- php: >=7.1.0
This package is auto-updated.
Last update: 2024-09-18 11:12:02 UTC
README
Laravel Nova 自定义字段,允许您拥有下拉选择或自定义文本!
安装
您可以使用 composer 安装 select-or-text
composer require lynndigital/select-or-custom
然后,将以下代码添加到您的资源 fields
方法中
\Lynndigital\SelectOrCustom\SelectOrCustom::make('Field Name')->options([]);
该字段具有与 Laravel Nova 的 Select
字段类似的 options
方法,允许您传递默认选项,这些选项可能会被选中。