Laravel 8 Crash Course Part 7: How to edit and update data in laravel 8 using Eloquent Model

Laravel 8 Crash Course Part 7: How to edit and update data in laravel 8 using Eloquent Model

Funda Of Web IT

3 года назад

6,876 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@youtuberjonyo6094
@youtuberjonyo6094 - 29.10.2022 18:46

Suppose I know another id and putting that id in the url if change the value of my second known id , how will u prevent that? por the post method case it is same as i can chnge the hidden id input value by inspecting. How to prevent that from happening

Ответить
@gumdum6764
@gumdum6764 - 07.11.2021 13:15

Excellent work.Thank you for the informative tutorial.

Ответить
@ThirdyDaCoder
@ThirdyDaCoder - 11.09.2021 05:17

Thank you

Ответить
@evansongithinji7938
@evansongithinji7938 - 26.08.2021 11:57

good tutorial. i learn about laravel. last time i learned about admin php. I am becoming more and more experienced. keep up the great work.

Ответить
@aminelakhder716
@aminelakhder716 - 13.05.2021 18:56

Can you please try working with resource controller ?

So we can just write
Route::resource('employes',[empolyesController::class]);

Instead of writing all the crud routes ,
Can you make a video for that 🖒✌

Ответить