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
Requires
- php: ^8.0
- filament/filament: ^2.15
README
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.