norman-huth/nova-values-field 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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.

form
detail

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

More Laravel Nova Packages

Stand With Ukraine

Woman. Life. Freedom.

统计信息

  • 总下载量: 56.83k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 6
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 6
  • Watchers: 1
  • Forks: 2
  • 开发语言: Vue

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-04-21