Posts by flp • 1 point
1 post
-
0
votes1
answer959
viewsQ: Edit record in database
I’m trying to edit a form using fill()->save() but instead of updating Laravel 5 tries to do insert and gives error saying that the record already exists in the table. $input =…