Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages

Installation Instructions

how to install

composer require ibrahem-kamal/json-field

Readme

Nova Json Field

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

Screenshots

Back to Top
Added 5 years ago
Last updated 5 Years Ago
Version 0.3.1
Composer
ibrahem-kamal/json-field
GitHub stars 1
Packagist downloads 34,915

Favorites

1 user favorited

Rating

3.00
(out of 5)
★★★★★
★★★★
★★★
★★
1 ratings

Author

Tags

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas