isolution/meta-data
最新稳定版本:v1.2.1
Composer 安装命令:
composer require 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
README 文档
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
统计信息
- 总下载量: 62
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-01-17