Skip to main content
You are currently viewing the documentation for Filament 3.x, which is a previous version of Filament.Looking for the current stable version? Visit the 5.x documentation.

Overview

The key-value entry allows you to render key-value pairs of data, from a one-dimensional JSON object / PHP array.
If you’re saving the data in Eloquent, you should be sure to add an array cast to the model property:

Customizing the key column’s label

You may customize the label for the key column using the keyLabel() method:

Customizing the value column’s label

You may customize the label for the value column using the valueLabel() method: