norman-huth/nova-values-field

This field is a clone of the KeyValue field without keys.

Downloads

29360

Stars

8

Version

1.0.3

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.

Muetze42

Author

Muetze42