bostjanob / filament-safe-key-value
A safe key-value component for Filament Forms
Package info
github.com/BostjanOb/filament-safe-key-value
Language:Blade
pkg:composer/bostjanob/filament-safe-key-value
v1.0
2025-05-27 20:39 UTC
Requires
- filament/forms: ^3.0
Requires (Dev)
- laravel/pint: ^1.22
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.