pkostadinov-2create / carbon-field-serialized-data
A basic Carbon Fields extension, that adds support for Serialized Data type field.
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/pkostadinov-2create/carbon-field-serialized-data
This package is not auto-updated.
Last update: 2025-09-28 01:12:12 UTC
README
Extends Carbon fields with a Serialized Data field.
This field is used for displaying saved meta in Serialized Format from Database. This field extends the "HTML" field, and does not make changes to Database.
Usage:
Carbon_Field::factory('serialized_data', 'serialized_results', 'Serialized Results'),
Filters:
crb_serialized_data_field_output
- you can use this filter to setup field output. By default will be displayed the result from "maybe_unserialize"