ibrahem-kamal/json-field
最新稳定版本:0.3.1
Composer 安装命令:
composer require ibrahem-kamal/json-field
包简介
A Laravel Nova Json field.
README 文档
README
this is just a wrapper for vue-json-field
important notes
- you need to cast your column to array
protected $casts = ['json'=>'array'];
example:
JsonField::make('Json')
->mode('view') // avaialable modes [tree,code,form,text,view] default code
->expandedOnStart(true)
->defaultJsonPath(resource_path('test.json')) // path to the json file
统计信息
- 总下载量: 34.94k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-08-09