latvel/filament-json
最新稳定版本:v1.0.0
Composer 安装命令:
composer require latvel/filament-json
包简介
README 文档
README
Installation
You can install the package via composer:
composer require latvel/filament-json
Usage
use Latvel\FilamentJson\Forms\Components\Json; Json::make('meta') ->schema([])
You need to add field to Model $casts property
class YourModel extends Model { protected $casts = [ 'meta' => 'array' ] }
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2022-08-26