Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages

Readme

Laravel Nova Values Field

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.

Back to Top
Added 3 years ago
Last updated 8 Months Ago
Version 1.1.0
Nova Version ^5.0
Composer
norman-huth/nova-values-field
GitHub stars 6
Packagist downloads 58,461

Favorites

0 users favorited

Rating

N/A
(out of 5)
★★★★★
★★★★
★★★
★★
0 ratings

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas