update not working #345
arbabi2010
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I want update an existing tag . i get this error
<>: 3140 Invalid JSON text: "Invalid value." at position 0 in value for column 'tags.name'
my script is
$item = Tag::findOrFail($id); $item->name = $request->name; $item->save();
Beta Was this translation helpful? Give feedback.
All reactions