@@YahooBabaI'm watching this series because, unlike other Laravel 11 courses, it clears up concepts. As a Graphics Designer and Full Stack Developer, I worked on 100+ projects using HTML, CSS, JavaScript, jQuery, PHP, and MySQL from 2009 to 2016. However, in 2017, I shifted focus to a long-term graphics design project, which helped me maintain a top-rated plus profile. Now, I'm returning to web development, and this series has been beneficial-straight to the point, detailed, and free of unnecessary fluff. Thanks a lot!
@@YahooBaba Thanks, sir, for making this valuable website for us. I found lots of important material on your website. I really appreciate your hard work.
at 28:36 try to put 0 in id like post/0 and it will take you to else part, why ? this is my code Route::get('/post/{id?}',function($id=null){ if($id){ return "hi this is id: $id"; }else{ return "NO ID FOUND : $id"; }
}); output: NO ID FOUND : 0 right code:-here in below code we will check explicitly for value of id, now its value is not dependent on php by default if($id !== null){ return "hi this is id: $id"; }else{ return "NO ID FOUND : $id"; } its working. i am learning only from you. thank you for laravel tutorial
sir video samjh to aa jata hai but video dekhne ke bad ye nhi pta chlta intreview m defination kya bole isliye sir ek bar video defination print kr dijiyega ya fir ek video bna do sir intreview ke liye php mysql laravel pr questions answer ki please kr
sir wala code kam k raha route ka ap ny jo uper likah wo 404 ka error dy raha???/ Route :: get ('post/{id?}', function ( $desig = null) { echo $desig; });
Shukriya Sir g... Bohat Kam teachers hain aap jese..
true
i have never seen a teacher like you....thanks alot sir
mostly clear my minds by watching yours laravel series .
Thanks a lot.
sir your tutorials are very good. I request you after make laravel series please make series on angular
Thank you sir ji laravel ki video banane ke liye
Bs sir poore course ki video jaldi jaldi daal dijiye ❤❤
Thank you very much sir. Appreciate all the hard work. Wish you all the best!
Thanks and welcome :)
In-depth batane ke liye thanks sir🙏
Thanks a lot bro.I'm always Waiting for your tutorial ❤❤❤❤
Thanks for making detailed video.. everything covered
Glad you liked it
@@YahooBabaI'm watching this series because, unlike other Laravel 11 courses, it clears up concepts. As a Graphics Designer and Full Stack Developer, I worked on 100+ projects using HTML, CSS, JavaScript, jQuery, PHP, and MySQL from 2009 to 2016. However, in 2017, I shifted focus to a long-term graphics design project, which helped me maintain a top-rated plus profile. Now, I'm returning to web development, and this series has been beneficial-straight to the point, detailed, and free of unnecessary fluff. Thanks a lot!
Mind-blowing explanation indeed.❤❤❤
Amazing Sir... Easily exaplained
Mai vahi soch raha tha ki pehele req aara hai fir res aata hai lekin aapne pichale video mai ulta kyu likha tha.😅😅😅
Great tutorial 👍👍👍
I am waiting for yahoobaba tutorial love u sir
Sir I am from bangladesh.i became web developer by your php course. Can I make videos on same concept of your videos in Bangla ?
Till 5 videos your are understandable. 6th is not not for me
Could somebody help.me.in easy way 😂
nice sir first of all i learn the bootstrap 5 mysql php and then laravel
Love from Bangladesh ❤
Detailed tutorials, Good
Thanks Sanchit sir
Fantastic Sir
Thanks
bundle of thanks dear sir
excellent explanation💟
thank u brother for your tutorial god bless u
you are great sir 💗💗
Love your explanations and presentations....
May we get those slides please.......
Yes sure you can get all slides from our website : www.yahoobaba.net
But all slides are available only for our websites premium users.
@@YahooBaba can we have code for laravel for free
Sir pls make series on react..
After laravel.
@@YahooBaba ok sir..
Great Dear Sir 🎉
@YahooBaba brother kindly share slides you made during the project. thanks and very helpful
You can get all slides from our website : www.yahoobaba.net
@@YahooBaba broh. slides are not available in there?
@@YahooBaba Thanks, sir, for making this valuable website for us. I found lots of important material on your website. I really appreciate your hard work.
Love from Pakistan
Thanks and welcome 🙏
How much time sir for finishing laravel.....and please update notes in your website
Thank you
Love you sanchit bhaya
Thanks a lot Sir😍
Thank you sir
Sidha dusra route parameter without name ke bhi le hi sakte hai na ? To wohi Lena thana asan rehta name(comment) Dene ki kya jarurat thi
You too good
Thank you❤❤
You're welcome 😊
great❤👍
Good 👍
11:00 min
done
Sir please MERN stack or Flutter mobile or Vue nuxt js ka bhi course nikal de please sir love form Pakistan ❤
Sir waiting for your video
please make a ecommerce project in laravel
❤
at 28:36 try to put 0 in id like post/0 and it will take you to else part, why ?
this is my code
Route::get('/post/{id?}',function($id=null){
if($id){
return "hi this is id: $id";
}else{
return "NO ID FOUND : $id";
}
});
output:
NO ID FOUND : 0
right code:-here in below code we will check explicitly for value of id, now its value is not dependent on php by default
if($id !== null){
return "hi this is id: $id";
}else{
return "NO ID FOUND : $id";
}
its working.
i am learning only from you. thank you for laravel tutorial
great
Day-1, L-6
beginner video dekhne ke kuch din bad bhul jata hai
Bhulta wahi hai jo practice nahi karta aur sirf video dekh kar sochta hai ki main youtube videos dekh kar he Developer banjaounga.
😅@@YahooBaba
Aik question hai kai yeh use hmm kis liye karain gai?plz guide
sir video samjh to aa jata hai but video dekhne ke bad ye nhi pta chlta intreview m defination kya bole isliye sir ek bar video defination print kr dijiyega ya fir ek video bna do sir intreview ke liye php mysql laravel pr questions answer ki please kr
Done
Hello sir can we get these slides as note?
Yes from our website : www.yahoobaba.net but these slides are paid... only for premium user of our website.
Super
Bestttt
you should provide source code
sir wala code kam k raha route ka ap ny jo uper likah wo 404 ka error dy raha???/
Route :: get ('post/{id?}', function ( $desig = null) {
echo $desig;
});
Please video on next js
can we code of this video tutorial?
yahoo baba sir aap ke new website kb aaa rhai?
amazing😍
Thank you! 😊
Rea life project main parameter ka kya kaam hota hai
Kya aapne kabi koi PHP ka project banaya hai ? Kyu ki yeh toh maine apne PHP course mein he kahi baar bataya hua hai.
sir php mysql laravel pr interview per ek video bna do ya fir notes provide kro do please sir
20:34
whereIn() is not working showing not found this function in laravel 9. How to fix it
Update it to Laravel 10.
sir y chlega /[@][0-9]+/i regular express at 17:00
🥰🥰🥰🥰🥰🥰🥰🥰🥰🥰🥰🥰🥰🥰🥰🥰🥰🥰🥰🥰
5 July 2024 👍👍👍
Yar jaldi jaldi video banv na yrr
Dear main youtube ka kaam sirf spare time mein he karta hun, yeh mera fulltime job nahi hai. Actually mein main FullStack Developer hun.
Ky ap itna time lagate ho hamari waat lagi pdi hy yaha
Total kitne video aur bnege
40+ Including two projects
I want python and django
beginner ke liye samjh nhi aata aap koi notes bi nhi dete samjh nhi aata video m se kya likhe
Ƭнαиκ Ʋ❤ ƨιя
Thanks sir Very well explained.
Thank you sir😊
Thank you Sir 🙏🥺👍
Thank you 🙏 Sir