Laravel CRUD Bootstrap MODAL-2: How to Edit & Update data using Bootstrap POP Up MODAL laravel-HINDI

preview_player
Показать описание
In this video, I have taught how to edit and update data using Bootstrap Modal i.e POP UP Modal in laravel 8 in hindi

Playlist: Laravel 8 CRUD using Boostrap Modal:

Part 1: How to Insert data using Bootstrap POP Up Modal and display data in table Hindi

Part 2: How to Edit and Update data using Bootstrap Modal in Laravel 8 Hindi

Part 3: How to delete or Confirm & Delete data using Bootstrap Modal in Laravel 8 HINDI.

Follow us on Instagram:
Рекомендации по теме
Комментарии
Автор

Excellent ! Keep it up. Mostly in youtube videos are yours is complete. This is the thing public expects from youtubers. Thank You.

AmitKumar-moyy
Автор

tq bro it work perfectly fine! idk why some people didn't get it, they must be missing some steps ..

CBNajmi
Автор

mostly in youtube create multiple modal sir, i can't find yet for single modal. make it reusable modal by condition create or update. thanks

denisentanas
Автор

I need the CRUD for modal using select drop down as well initiliazing select2 script on the select drop down. Both for create and edit modal forms.

aemonzaidi
Автор

thanx sir me ise hi search kar rha tha

GauravSharma-ikls
Автор

thank you soo much sir this video is amazing its worked perfactly

NSC_
Автор

Excellent video thank you very much it's nice😊

mbali-sahaubenerisse
Автор

Hi, i'm getting error when using the
It says "view:358 Uncaught TypeError: Cannot read properties of undefined (reading 'name')"
Can you help me solving this problem?

ricardocarvalho
Автор

for those asking "Why is my Parsing url data null when using route name"

the answer is like this:

create a url variable, fill in the url variable like this
let url = {{ route('edit_student', 'id') }}
then replace id earlier
url = url. replace('id', id_studen').

complete like this
var id_study = $(this).val();

var url = {{ route('edit_student, ':id') }}

url = url.replace(':id', id_stud)

then in the ajax url section, then like this
urls : url


this is the way for the url using the route name, if you follow in the video the result is "null", because the id_stud data being parsed is of type string named 'id_stud' not id data

maguskhamsinindo
Автор

I am reaching till on the ID but data is not fetch in console but button Hit the specific ID

dainikchaudhary
Автор

hello sir which links you use i am not able to find the links please help for it.

hirenkuriya
Автор

and the validations? you do not place and if you place they do not work.

juanzu