tanthammar / tall-forms

Laravel Livewire (TALL-stack) form generator with realtime validation, file uploads, array fields, blade form input components and more.
https://github.com/tanthammar/tall-forms/wiki
MIT License
694 stars 86 forks source link

how to store data in a json column? #106

Closed Codemainmx closed 2 years ago

Codemainmx commented 2 years ago

hello! I have a column in my database called values of type json in the model I have the casts, but it does not save my data image

in my fields I have this ... when I save data all the fields are saved except values do I need something else? Thanks in advance! image

tanthammar commented 2 years ago

You have not added values to the models $fillable array