😎Hey, thanks for watching! We’d love to know your thoughts/doubts here in the comments. 🔴 To learn Web Development online with regular LIVE CLASSES, enroll now: forms.gle/XVJRMQdCMoPeNpBm7 👉For professional self-paced certification courses (pre-recorded), visit: bit.ly/Pre-Recorded-Course 👉Don’t forget to SUBSCRIBE to our channel for more such videos & valuable content: bit.ly/KZbin-WsCubeTech
@kamalsaini19812 жыл бұрын
sir column not found error occured Please tell me how can i solve this error
@kamalsaini19812 жыл бұрын
sir i solved error
@GAMINGJERRY12 жыл бұрын
Sir error aara hai baar baar 😐
@GAMINGJERRY12 жыл бұрын
@@kamalsaini1981 ksa kiya bro error solve plz tell me .!
@shanzayashfaque4604 Жыл бұрын
Thanks Alot Sir Your Way delivering lecture is Owesome! you make this course easier for us I really really thankful to you! Keep it Up!
@harshadapatil151227 күн бұрын
Thank you Bhai❤
@4hm3df4r423 жыл бұрын
Thank You very much for the video.
@Herat_Tourism Жыл бұрын
you are the best
@teamqwertyff5100 Жыл бұрын
great explain brother keep it up
@alphadevelopers.3 жыл бұрын
Behtreen...
@shahrukhnasir79092 жыл бұрын
Thanks
@princesukhala7106 Жыл бұрын
5:00 Done
@suryapratapsinghnaruka69612 жыл бұрын
but sir this is not secure like if mai agar manually url enter kru customer/delete/3, toh record delete ho jayega isko secure kaise kre ?
@sunilbiyala84702 жыл бұрын
Koi dusra acha tutorial dekh ke
@suryapratapsinghnaruka69612 жыл бұрын
@@sunilbiyala8470 can u suggest me ?
@sunilbiyala84702 жыл бұрын
Laracast
@suryapratapsinghnaruka69612 жыл бұрын
@@sunilbiyala8470 thanks
@dataworldofficial Жыл бұрын
Bhai डिलीट का ऑप्शन admin के पास रहता है और उसके लिए already बहुत से parameter होते हैँ तो dont worry हमको ऐसे ही delete karna nahi hota hai yah check bhi karna hota hai ki url admin ne hit kiya hai ya user ne
@kamalsaini19812 жыл бұрын
sir column not found error occured Please tell me how can i solve this error
@praveshjaat86512 жыл бұрын
How to fix this error
@anuraagtech29742 жыл бұрын
@@praveshjaat8651 check spelling of $primaryKey in Customer Model, make it like this
@praveshjaat86512 жыл бұрын
@@anuraagtech2974 protected $table="student"; protected $primarykey= "student_id"; Still it's showing error Latest version of laravel
@anuraagtech29742 жыл бұрын
@@praveshjaat8651 try table - students, or check for other syntax errors, mine was that primaryKey then worked
@roshanpant7624 Жыл бұрын
@@anuraagtech2974 yes its work
@imbasit_baloch3 жыл бұрын
Sir saara code sahi likha hai phir b delete nahi ho raha button se lekin url se id put karne k bad delete ho raha hai
@skycode23572 жыл бұрын
same here any solution?
@dipjyotidutta624 Жыл бұрын
try to write this code $delete_id=$id; Student::whereId($delete_id)->delete();@@skycode2357
@dipjyotidutta624 Жыл бұрын
public function delete($id) { $delete_id=$id; Student::whereId($delete_id)->delete(); // echo $id; // die; //Student::find($id); // echo ""; // print_r($students); return redirect()->back(); }
@codewithmr6 ай бұрын
::find cant recognize
@prjpthoney7862 жыл бұрын
hi sir mera isme error aa raha he colomn not found
@bappyalmamunbd2 жыл бұрын
same here. did you find any solution?
@kamalsaini19812 жыл бұрын
@@bappyalmamunbd column not found error occured can you tell me how can i solve this error
@kamalsaini19812 жыл бұрын
@@bappyalmamunbd i solved error
@wasiurrahman14472 жыл бұрын
@@kamalsaini1981 how you fixed it
@himanshuranjan5203 Жыл бұрын
@@wasiurrahman1447 check ur primaryKey the K must capital,,try it