https://github.com/muetze42/nova-values-field
This field is a clone of the KeyValue field without keys.
https://github.com/muetze42/nova-values-field
laravel laravel-nova laravel-nova-field nova-4 nova-fields
Last synced: 11 months ago
JSON representation
This field is a clone of the KeyValue field without keys.
- Host: GitHub
- URL: https://github.com/muetze42/nova-values-field
- Owner: Muetze42
- License: mit
- Created: 2022-04-21T20:43:08.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-26T17:30:43.000Z (over 3 years ago)
- Last Synced: 2025-04-11T08:36:03.691Z (about 1 year ago)
- Topics: laravel, laravel-nova, laravel-nova-field, nova-4, nova-fields
- Language: Vue
- Homepage: https://novapackages.com/packages/norman-huth/nova-values-field
- Size: 115 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Laravel Nova Values Field
This field is a clone of the [KeyValue field](https://nova.laravel.com/docs/4.0/resources/fields.html#keyvalue-field) without keys.


## Install
```
composer require norman-huth/nova-values-field
```
## Usage
```php
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](https://github.com/dillingham/nova-items-field)
---
[](https://huth.it/nova-packages)
[](https://vshymanskyy.github.io/StandWithUkraine/)
[](https://linktr.ee/CurrentPetitionsFreeIran)