Closed Codemainmx closed 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
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!
You have not added values to the models $fillable array
values
$fillable
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
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!