spatie/laravel-schemaless-attributes
Add “schemaless” JSON attributes to Laravel Eloquent models. Store arbitrary key/value data in one JSON column with a fluent API: get/set via properties or arrays, dot-notation access, defaults, forget keys, and query scopes for matching attributes.
Architecture fit: Well-suited for Laravel Eloquent models requiring flexible data storage. Uses standard JSON column approach, aligning with Laravel's built-in JSON casting capabilities. Ideal for scenarios
How can I help you explore Laravel packages today?