We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered:
You have not added values to the models $fillable array
values
$fillable
Sorry, something went wrong.
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: