bostjanob/filament-safe-key-value

A safe key-value component for Filament Forms

v1.0 2025-05-27 20:39 UTC

This package is auto-updated.

Last update: 2025-05-27 20:43:27 UTC


README

A safe key-value component for Filament Forms.

Installation

You can install the package via composer:

composer require bostjanob/filament-safe-key-value

Usage

use BostjanOb\FilamentSafeKeyValue\Forms\SafeKeyValue;

// In your Filament form
SafeKeyValue::make('settings')
    ->keyLabel('Option')
    ->valueLabel('Value')
    ->addable()
    ->deletable()

Features

  • Single key-value pair management
  • Custom state formatting and dehydration
  • Compatible with Filament Forms

License

The MIT License (MIT). Please see License File for more information.