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

preview_player
Показать описание
In this video, I have taught how to edit and update data into database using eloquent model in laravel 8.
Source Code Link:

Playlist: Laravel 8 Crash Course

Part 1 Laravel 8 Crash Course: How to install & setup file & Database in Laravel 8

Part 2 Laravel 8 Crash Course: Basic Routing, Controller and View in Laravel 8

Part 3 Laravel 8 Crash Course: Blade Templating and Bootstrap integration & link CSS, JS

Part 4 Laravel 8 Crash Course: Eloquent Model and Migration | Create table in database

Part 5 Laravel 8 Crash Course: How to fetch data with Eloquent Model

Part 6 Laravel 8 Crash Course: How to insert data into database using Eloquent model

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

Part 8 Laravel 8 Crash Course: How to delete data from database using eloquent model

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

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.

evansongithinji
Автор

Excellent work.Thank you for the informative tutorial.

gumdum
Автор

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 🖒✌

aminelakhder
Автор

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

youtuberjonyo