latvel/filament-json

There is no license information available for the latest version (v1.0.0) of this package.

v1.0.0 2022-08-26 16:06 UTC

This package is auto-updated.

Last update: 2024-10-26 20:48:27 UTC


README

Latest Version on Packagist Total Downloads

Installation

You can install the package via composer:

composer require latvel/filament-json

Usage

use Latvel\FilamentJson\Forms\Components\Json;

Json::make('meta')
    ->schema([])

You need to add field to Model $casts property

class YourModel extends Model {
    protected $casts = [
        'meta' => 'array'
    ]
}

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.