Best laravel framework open-source packages.

Nova key input

Laravel Nova KeyValue Field with input field for value
Updated 1 year ago

Laravel Nova KeyInput Field

composer require norman-huth/nova-key-input

Based on KeyValue Field

KeyInput::make(__('Prices'), 'prices')
    ->rules('json')
    ->disableEditingKeys()
    ->disableAddingRows()
    ->disableDeletingRows()
    ->keyLabel(__('Country'))
    ->valueLabel(__('Price'))
    ->type('number')
    ->step(0.01)
    ->min(0)
    ->max(5000)
    ->required()

Stand With Ukraine Woman. Life. Freedom.