Laravel 8 CRUD 3: Edit and update data into database in laravel 8

preview_player
Показать описание
In this video, you will learn how to edit and update existing records/data in database.
If the video helps you, hit the like button and subscribe to the channel. If you have any doubts or suggestions, drop them in the comments below and i will answer them.
Thanks for watching

Рекомендации по теме
Комментарии
Автор

thanks keep updating sir because others use far older version of laravel, most of the new version cannot even work with other tutorials

abuzharrluqman
Автор

Great video. It helped me out. I started a page already. And wanted extactly this. Also I had the exact same idea for updating the fields. Using the fields that I also use to create something. I didn't exactly know how to get the update function @ the controller working. This video resolved that. $id = $request->id (from Request $request) is how I extracted the ID.
A bit off: Its really fun, once getting familair with dd($request) for example. With that you could test and extract all kinda values.

krinzyjewaldo
Автор

Great video! But how do I change only those fields that has been changed and keep the value of those fields that aren’t changed?

E.g, if I have 4 fields, all 4 fields has a value, but when I submit I only change 2 of the fields. But as I submit the form, the 2 that wasn’t changed gets null, how do I keep it from getting null on submission and only update the values of the fields that was changed?

x
Автор

I have a probleme the update request a parametre how do i FIX it

ocumaroyt
Автор

Sir, I got an error, error:- unknown column
Sql state

Emotion_Mystery
Автор

Will do it anyway but have to edit using the

NSC_
Автор

Thx it work ...but my with function do not work ..what is the problem you thik😅

omniataha
Автор

hello sir at 10:37 when you click at submit your data is updated but its showing me 404 not found i dont know why sir

krishnabaghel
Автор

Did all the steps but still data is not saving in database

rpejgwo
Автор

How can i back to principal page when i click on update

mohammedtouyak
Автор

It shows put method i snot aupported for this route
How to solve this?

dhanushjerryrajen