json icon indicating copy to clipboard operation
json copied to clipboard

A laravel nova field

Results 5 json issues
Sort by recently updated
recently updated
newest added

Hi, excellent field thanks. However, with a small update, it works with encrypted fields too: ``` protected function isJsonCastable($model) { return $model->hasCast($this->name, ['array', 'json', 'object', 'collection', 'encrypted:array', 'encrypted:json', 'encrypted:object', 'encrypted:collection']);...

Hello, This field doesn't works with Nova Flexible Content. Wrapped fields are hidden. Thank you

Laravel 8+ Nova 3.25 ``` \Armincms\Json\Json::make('options', [ BooleanGroup::make('Options') ->options( $this->getOptions() ) ])->nullable() ``` This code will produce a JSON structure like so on save: `{"options":"{\"1\":false,\"2\":true,\"3\":true,\"4\":false,\"5\":false,\"6\":false,\"7\":false,\"8\":false,\"9\":false,\"10\":false}"}` However, when returning to the...

> Laravel: 7.13.0 > Nova: 3.6.0 Hi. I'm testing your package. Simple test not work. ``` Json::make('data', [ Select::make('Provider name', 'provider_name') ->options([ 'castris' => 'Castris', 'ovh' => 'OVH', 'scaleway' =>...

Attempt to assign property 'more_fields->price' of non-object exception: "ErrorException" file: "vendor\laravel\nova\src\Fields\Currency.php" line: 76