ibrahem-kamal/json-field

A Laravel Nova Json field.

Installs: 34 907

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 0

Language:Vue

pkg:composer/ibrahem-kamal/json-field

0.3.1 2020-08-09 13:18 UTC

This package is auto-updated.

Last update: 2025-10-10 01:39:09 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

screenshots