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
v1.2.1
2025-01-17 15:05 UTC
Requires
- php: >=8.0
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"