ibrahem-kamal/json-field

Laravel Nova Json 字段。

0.3.1 2020-08-09 13:18 UTC

This package is auto-updated.

Last update: 2024-09-09 23:00:51 UTC


README

这只是一个 vue-json-field 的包装器

重要注意事项

  • 您需要将列转换为数组 protected $casts = ['json'=>'array'];

示例

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

截图