ibrahem-kamal / json-field
A Laravel Nova Json field.
Package info
github.com/ibrahem-kamal/nova-json-field
Language:Vue
pkg:composer/ibrahem-kamal/json-field
0.3.1
2020-08-09 13:18 UTC
Requires
- php: >=7.1.0
This package is auto-updated.
Last update: 2026-03-10 02:32:45 UTC
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