Skip to content

jeffersonsimaogoncalves/nova-values-field

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stand With Ukraine

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 75.8%
  • PHP 13.9%
  • JavaScript 10.1%
  • CSS 0.2%