Laravel Tutorial for Beginners – Update or Edit Mysql Table Data




This is Laravel Video Tutorial on How to Update or Edit Mysql Database table data in Laravel Framework. How to Update Data into Database on Laravel.

Original source


12 responses to “Laravel Tutorial for Beginners – Update or Edit Mysql Table Data”

  1. in the edit.blade file you might have to tell the update function which primary key id you want to Update by givnng $id as second parameter throws empty object i used code like this <form method="post" action="{{ action('StudentController@update', $student_details->id) }}">

Leave a Reply