Posts by Junior Rodrigues • 1 point
2 posts
-
-1
votes1
answer26
viewsA: How to update an existing field in the database? Laravel
Already solved, just use RULE getting the code like this: Rule::unique('services')->ignore($primaryKey)
laravelanswered Junior Rodrigues 1 -
-2
votes1
answer26
viewsQ: How to update an existing field in the database? Laravel
I need to update a field without changing the description, follow the image below. I changed the field TYPE OF SERVICE but I have to keep the same description, how do I do that? NOTE: I am in a…
laravelasked Junior Rodrigues 1