isolution/meta-data

This service provides a dynamic and flexible way to manage key-value structured data, allowing developers to seamlessly handle unknown or loosely defined attributes in their Laravel applications. By leveraging Laravel's powerful Collections and Eloquent ORM, the service introduces a structured appro

Installs: 61

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/isolution/meta-data

v1.2.1 2025-01-17 15:05 UTC

This package is auto-updated.

Last update: 2025-12-17 17:17:47 UTC


README

This package provides a dynamic and flexible way to manage key-value structured data, allowing developers to seamlessly handle unknown or loosely defined attributes in their Laravel applications. By leveraging Laravel's powerful Collections and Eloquent ORM, the service introduces a structured approach to store, retrieve, and manipulate data stored as key-value pairs.

Setup

  • Add meta provider to providers in app/providers.php
Joe\MetaData\Providers\MetaDataProvider::class
  • Publish provider and configs
php artisan vendor:publish --provider="Joe\MetaData\Providers\MetaDataProvider" --tag="config"

Services Docs