This field is a clone of the KeyValue field without keys.
norman-huth/nova-values-field is a Laravel package for this field is a clone of the keyvalue field without keys..
It currently has 6 GitHub stars and 64.978 downloads on Packagist (latest version 1.1.0).
Install it with composer require norman-huth/nova-values-field.
Discover more Laravel packages by norman-huth
or browse all Laravel packages to compare alternatives.
Last updated
This repository is archived and no longer maintained.
If you offer, maintain, or know of an actively maintained alternative to this project, please contact me at [email protected].
If the alternative references this repository as its source, inspiration, predecessor, or migration path, I may list it here so existing users can find a maintained replacement.
This field is a clone of the KeyValue field without keys.


composer require norman-huth/nova-values-field
use NormanHuth\Values\Values;
class Example extends Resource
{
//...
public function fields(NovaRequest $request): array
{
return [
Values::make('headers')
->valueLabel('Items'),
]
}
}
Alternative for Nova 3:
dillingham/nova-items-field