norman-huth/nova-values-field
最新稳定版本:1.1.0
Composer 安装命令:
composer require norman-huth/nova-values-field
包简介
This field is a clone of the KeyValue field without keys.
README 文档
README
This field is a clone of the KeyValue field without keys.
Install
composer require norman-huth/nova-values-field
Usage
use NormanHuth\Values\Values; class Example extends Resource { //... public function fields(NovaRequest $request): array { return [ Values::make('headers') ->valueLabel('Items'), ] } }
Misc
Alternative for Nova 3:
dillingham/nova-items-field
统计信息
- 总下载量: 56.83k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-04-21

