Laravel Middleware Tutorial in Hindi / Urdu

Поделиться
HTML-код
  • Опубликовано: 30 сен 2024
  • In this tutorial you will learn laravel middleware tutorial in Hindi, Urdu. You can learn how to make middleware with laravel 11 in hindi and urdu. You will learn Laravel Route Middleware, Middleware Groups and Global Middleware in this video.
    ✅ Laravel Tutorial Playlist in Hindi / Urdu
    • Laravel 11 Tutorial Co...
    ✅ Laravel Projects
    www.yahoobaba....
    ✅ PHP Tutorial Playlist in Hindi / Urdu
    • ✅ PHP Tutorial in Hind...
    👉 Official Website
    www.yahoobaba.net/
    ✅ Follow us on Facebook
    / yahooobaba
    ✅ Follow us on Twitter
    / yahooobaba
    ✅ Follow us on Instagram
    / yahoo_baba
    #laravel #php #webdevelopment #yahoobaba

Комментарии • 127

  • @adeelhameedvlogs2851
    @adeelhameedvlogs2851 Месяц назад +1

    50:00 If you want to give multiple roles access to dashboard and inner page then you have to change somethings in handle function in ValidUser middleware as well
    public function handle(Request $request, Closure $next, string ...$roles): Response
    {
    echo "We are now in ValidUser Middleware";
    // Output the roles being checked
    echo "" . implode(', ', $roles) . "";
    if(Auth::check() && in_array(Auth::user()->role, $roles)) {
    return $next($request);
    } else {
    return redirect()->route('login');
    }
    }

  • @SACHINKUMAR-cx4yv
    @SACHINKUMAR-cx4yv Месяц назад +1

    Thank you sir very much 😊😊 for this great videos I love all the videos. I learn HTML, CSS, JAVASCRIPT, PHP, SQL, LARAVEL, BOOSTRAP, JQUERY from your channels. Thanks a lot

  • @MuhammadArslan-jk8iz
    @MuhammadArslan-jk8iz 4 месяца назад +5

    Main middleware k topic pr video bht search ki RUclips pr Lekin Laravel 11 ki muje koi video ni mili q k Laravel 11 me middleware me changing hui he kuch ap ki is video se ye topic bi clear ho gya
    Thank you so much sir. RUclips ka number one channel bnane k liy.

    • @vibes7287
      @vibes7287 2 месяца назад

      bro mai khud 7 din se pareshan tha, aap jakar error solve hui...

  • @adeelhameedvlogs2851
    @adeelhameedvlogs2851 Месяц назад +1

    38:30 Route::withoutMiddleware() will not be used in this way. This can be useful if you want to create routes that are exceptions to the global middleware applied to the rest of your routes. Sir, your teaching style is just amazing. I learned a lot from you. Thanks!

  • @aqiiaqib5899
    @aqiiaqib5899 4 месяца назад +2

    very helpfull video thanku so much sir ,,, sir next video kis pai hoga plzz sir

  • @KamrulSarwar
    @KamrulSarwar 4 месяца назад +2

    Which topics in next video?

  • @AbdulRehman-m1b6s
    @AbdulRehman-m1b6s 4 месяца назад +2

    Waiting for this topic❤❤

  • @UqabOp
    @UqabOp Месяц назад

    What about revealing your face Sir? We're eager to see the legend behind the scenes. Your teaching methods are truly exceptional.

  • @relax7778
    @relax7778 4 месяца назад

    Dear Sir,
    ma asay he
    public function handle(Request $request, Closure $next, string $role): Response
    {
    if (Auth::check() && Auth::user()->role == $role) {
    # code...
    return $next($request);
    }else{
    return response()->json([
    'message' => 'User Unauthorized'
    ]);
    }
    }
    }
    API Route pay laga raha hun alkin ye kaam nahi ker raha

  • @TWNOGaming
    @TWNOGaming 3 месяца назад

    Sir old Laravel mein middleware ko kernel.php mein register karna padhta tha wo kyu? And Laravel 11 mein karna nhi padhta hai?

  • @mrunalpopat742
    @mrunalpopat742 2 месяца назад

    pleade add all videos code i.e. from first video to upcoming all videos in your website in read format

  • @areebaurdupoint786
    @areebaurdupoint786 4 месяца назад

    While putting wrong password ; page redirect ni hota ...

  • @currentNews361
    @currentNews361 4 месяца назад +1

    Aap boht acha smjhate hen, Laravel ki series jld se jld complete krden with project.

  • @ঘুমকন্যা
    @ঘুমকন্যা 4 месяца назад

    Sir please make a video for forgot password and reset password

  • @adityasaini1656
    @adityasaini1656 4 месяца назад +1

    Sir ek video slug or nested category pr bi bnaye pls🙏

    • @YahooBaba
      @YahooBaba  4 месяца назад +1

      Sure ...coming soon in Project

  • @Monu-f3s
    @Monu-f3s 4 месяца назад +1

    RUclips pr or bhee channel hai lakin aapki playlist jaise kisi ki playlist nhi hai thank you so much sir

  • @muhammadnaveed7953
    @muhammadnaveed7953 4 месяца назад +1

    Thank you Sir g ❤..

  • @babar178
    @babar178 4 месяца назад

    Sir aj video ay g ya nh

  • @himanshuarya4065
    @himanshuarya4065 4 месяца назад

    React per video banay please

  • @VinayakandDhruv
    @VinayakandDhruv 4 месяца назад +1

    Jabardast Teaching skill

  • @fscubetech7219
    @fscubetech7219 4 месяца назад +1

    The best video.

  • @hafizabdullah3400
    @hafizabdullah3400 4 месяца назад

    Sr next video kb aa ri hy

  • @tarachandkhorwal587
    @tarachandkhorwal587 2 месяца назад +1

    Thank youuuuuuuuu so much sir middleware ke uper itna detailed video banane ke liye. Aapne ek hi video mai pure middleware ka concept clear karr diya. RUclips mai kisi ne itna detailed video nahi banaya. Thank you so much

    • @YahooBaba
      @YahooBaba  2 месяца назад +1

      Your most welcome :)

    • @SACHINKUMAR-cx4yv
      @SACHINKUMAR-cx4yv Месяц назад

      ​@@YahooBabaThank you sir 😊😊 for these great videos

  • @Monu-f3s
    @Monu-f3s 4 месяца назад

    Sir please react js pr bhee tutorial bnaya

  • @nontechbg
    @nontechbg 2 месяца назад

    13 july 2024 👍👍👍👍

  • @abulkashem_arrafiapparel
    @abulkashem_arrafiapparel 2 месяца назад

    Realy yr nice

  • @baruntiwari8152
    @baruntiwari8152 27 дней назад

    code kaha milega in sb ka?

  • @devnayem
    @devnayem 3 месяца назад

    thanks.. please make role and permissions tutorial🥰🥰🥰🥰...

  • @world67m62
    @world67m62 4 месяца назад +6

    One year 56 hours me vi laravel complete nhi huaa.... ??

    • @YahooBaba
      @YahooBaba  4 месяца назад +9

      Yeh toh 150 hours mein hoga 😀

    • @world67m62
      @world67m62 4 месяца назад +7

      ​@@YahooBabasir ye hasne wali baat nhi hai video thora jldi jldi upload kijiye. Or baki videos ke liye thank you❤

    • @syedzain-ur-rehmangillani5533
      @syedzain-ur-rehmangillani5533 4 месяца назад

      @@world67m62 Bahi Chill maro , ku pershan hu rahy

    • @VinayakandDhruv
      @VinayakandDhruv 4 месяца назад +6

      ​@@world67m62 jaldi jaldi Wale hazaro videos mil jaenge quality content banae me time lagta hai, islie wait kijie

    • @VinayakandDhruv
      @VinayakandDhruv 4 месяца назад +1

      Kya isme livewire aur filament ke videos bhi honge??

  • @habibkhan7803
    @habibkhan7803 4 месяца назад

    I want to import data from excell with images using Laravel can you guide me

  • @sibasundarsahoo6696
    @sibasundarsahoo6696 2 месяца назад

    One video...
    Video related all concepts cleared..👍

  • @OmparkashSaini-l1t
    @OmparkashSaini-l1t 2 месяца назад

    Sir aap great ho

  • @wasimshaikh1259
    @wasimshaikh1259 4 месяца назад

    Can you please make videos on node.js and react. i'm already watching you CSS playlist and i really like the way you example everything in very simple way. Thanks and keep doing more :)

    • @YahooBaba
      @YahooBaba  4 месяца назад +1

      ReactJS course will start after Laravel series.

    • @wasimshaikh1259
      @wasimshaikh1259 4 месяца назад

      @@YahooBaba that’s very great news. Thanks

  • @TalhaSaleem-m2u
    @TalhaSaleem-m2u 4 месяца назад

    Sir multi user authentication kab video aigi

  • @Robennhood
    @Robennhood 4 месяца назад +1

    Sir please API wala full details me project lana jisme sare most of use hone wale topic cover ho jaaye API bhot use hone wale hai sir mere job me please save my job🙏

    • @YahooBaba
      @YahooBaba  4 месяца назад +1

      API ka video toh project ke baad mein aayega. First project "News Blog" project hoga jisme Ajax aur API ki koi zaroorat nahi hai.

    • @syedzain-ur-rehmangillani5533
      @syedzain-ur-rehmangillani5533 4 месяца назад

      @@YahooBaba News Blog Ya Job portal

  • @matheasy5037
    @matheasy5037 4 месяца назад

    Sir please upload a deployment video soon.

  • @babar178
    @babar178 4 месяца назад

    Sir project sy phly ek video notifications p b banaye k admin jb koi activity perform kry to normal user k dashboard p notification show ho .thnkoo

  • @vladoks7965
    @vladoks7965 4 месяца назад

    When the project will start?

    • @YahooBaba
      @YahooBaba  4 месяца назад +1

      After 5 to 6 videos

  • @Mujii524
    @Mujii524 4 месяца назад

    After video ka bhi remind banavi do sir. Or her Jo topic ka vidio aye uske comments me agla konsa ayega uska comment Karo to achha rahe sir .I humble request sir🎉❤

  • @itxxsaiff
    @itxxsaiff 2 месяца назад

    Dear Sir,
    I have been your student for a significant amount of time, and I really appreciate your exceptional and in-depth teaching style. I have a suggestion that I believe would enhance the learning experience. If possible, could you consider incorporating "Adding keystroke to video" into your lectures? I believe this would be a valuable addition. Thank you for your consideration.
    Best regards,
    Saif

    • @YahooBaba
      @YahooBaba  2 месяца назад +1

      Sure I will do it soon

  • @mamunurrashid6735
    @mamunurrashid6735 4 месяца назад

    Waiting your next video sir ❤️

  • @Mujii524
    @Mujii524 4 месяца назад

    Sir project tak karke job Apply kar sakte hai.
    Answer me sir

  • @babar178
    @babar178 4 месяца назад

    Sir aj video ay g ya nh new?

  • @VishalSharma-we3ws
    @VishalSharma-we3ws 2 месяца назад

    Nice teaching skills ❤❤

  • @shabhinaqvi7800
    @shabhinaqvi7800 3 месяца назад

    Really amazing way of teaching, kindly make a video on laravel pakages and how to set our project theme with breeze, please make this as soon as possible.

    • @YahooBaba
      @YahooBaba  3 месяца назад +2

      I will make it but it will take some time

  • @Comedy_Video3.0
    @Comedy_Video3.0 4 месяца назад

    Hello sir python ko bhi padha dijiye

  • @muhammadnaveed7953
    @muhammadnaveed7953 4 месяца назад

    Thank you Sir g ❤.
    Please make videos on queue & job & schedule in laravel.
    Waiting

    • @YahooBaba
      @YahooBaba  4 месяца назад +1

      After Project videos

  • @govindamishra3746
    @govindamishra3746 4 месяца назад

    Sir next topic video?

  • @mamunurrashid6735
    @mamunurrashid6735 4 месяца назад

    Sir my country Bangladesh. I don't know hindi but i understand your bideo. I wish i see your face ❤

    • @YahooBaba
      @YahooBaba  4 месяца назад +2

      Your most welcome. You can see my face and profile :
      www.linkedin.com/in/sanchitsoni/

  • @savitrirai7698
    @savitrirai7698 4 месяца назад

    Sir add to cart and phonepe integration ka video bnaye

  • @govindamishra3746
    @govindamishra3746 4 месяца назад

    Iske baad kaun se topic pe video ayega sir.

  • @professionalprojects6082
    @professionalprojects6082 4 месяца назад

    Sir urgent nmbr dedo ham ap ko payisa send karenge, hame yek project chai hai pls

    • @babar178
      @babar178 4 месяца назад

      Bro knsa project chahye apko mn n project ly rkhy hn sir k .i will give you

    • @YahooBaba
      @YahooBaba  4 месяца назад

      My email : hello@yahoobaba.net

  • @Web_mentor
    @Web_mentor 4 месяца назад

    sir i requested to you can u make all video fast please sir

    • @YahooBaba
      @YahooBaba  4 месяца назад +3

      I am already very fast. For one video it took 25 to 30 Hours minimum and with this I have to work for my client 8 to 12 hours daily.

  • @SandeepOjha491
    @SandeepOjha491 4 месяца назад

    Agli Video ka topic batao sirji

  • @strugglelife8899
    @strugglelife8899 4 месяца назад

    Sir Laravel Start krny k lie PHP ki kitni Knowledge honi chahie????
    Plz Reply
    Mai prahny ja raha ho to kuch samaj nhi ara ha hai ????? 😔😔😔

    • @YahooBaba
      @YahooBaba  4 месяца назад

      PHP ki strong knowledge honi chahiye including PHP OOPS, Ajax, API, JavaScript, jQuery. Sath mein 3 to 4 projects bhi bana lenge PHP mein.

  • @rajatsaha9278
    @rajatsaha9278 4 месяца назад

    Thank you sir

  • @sujalkids
    @sujalkids 4 месяца назад

    Sir, please make video of API ..

    • @YahooBaba
      @YahooBaba  4 месяца назад

      After project videos

  • @Islamicvi454
    @Islamicvi454 4 месяца назад

    google API's pr b video bnaye project start sy pehly
    and laravel with vue krwaye ga kindly

    • @YahooBaba
      @YahooBaba  4 месяца назад +3

      API ki videos Project ke baad mein aayengi.

  • @anjeshravi8
    @anjeshravi8 4 месяца назад

    Waiting for

  • @suraj-se5ne
    @suraj-se5ne 4 месяца назад

    Great Job. And thanks for it sir

  • @Hijab_Diaries66
    @Hijab_Diaries66 4 месяца назад

    ❤❤❤

  • @subhadwipsaha5987
    @subhadwipsaha5987 4 месяца назад

    Sir please make a video on Laravel Breeze

    • @YahooBaba
      @YahooBaba  4 месяца назад

      After project because it uses reactjs or vuejs.

  • @KamrulSarwar
    @KamrulSarwar 4 месяца назад

    Thanks

  • @deepakshukla3139
    @deepakshukla3139 4 месяца назад

    React and mongo bd per video banaya please

  • @just4you297
    @just4you297 4 месяца назад

    Sir Next series should be Node with Express JS...

    • @YahooBaba
      @YahooBaba  4 месяца назад +1

      No it is on ReactJS and VueJS.

    • @babar178
      @babar178 4 месяца назад

      Wow you are our love sir.with this combination backend in laravel and front-end in react we will become full stack developer just because of you dear sir ​@@YahooBaba

  • @adnanCreativeHub
    @adnanCreativeHub 4 месяца назад

    How many videos left in this series? Please reply.

  • @muhammadshahbazali4090
    @muhammadshahbazali4090 4 месяца назад

    Wow

  • @RajSharma-un5vy
    @RajSharma-un5vy 4 месяца назад +2

    Thank u sir aapki wajah se me aaj backend developer hu 2year experience

  • @abhijitbarman4401
    @abhijitbarman4401 4 месяца назад

    ❤❤

  • @anjeshravi8
    @anjeshravi8 4 месяца назад

    Sir API ke topi per video kab tak aaye ga ??

    • @YahooBaba
      @YahooBaba  4 месяца назад +1

      After Project videos

  • @Rakib-khan611
    @Rakib-khan611 4 месяца назад

    ❤❤

  • @muhammadmoiz689
    @muhammadmoiz689 4 месяца назад

    Or kitni video aygi

    • @YahooBaba
      @YahooBaba  4 месяца назад

      50+ videos remaining

  • @hafizabdullah3400
    @hafizabdullah3400 4 месяца назад

    This video is very helpful to me
    Thanks sr

    • @YahooBaba
      @YahooBaba  4 месяца назад +2

      Most welcome

    • @hafizabdullah3400
      @hafizabdullah3400 4 месяца назад

      Sr Laravel kitni deer MN complete ho jay gi

    • @hafizabdullah3400
      @hafizabdullah3400 4 месяца назад

      Jitni ho Gai hy ic base py interview conduct kr skty hn

    • @YahooBaba
      @YahooBaba  4 месяца назад +1

      @@hafizabdullah3400 Yeh toh mujhe bhi nahi Pata 😄

    • @YahooBaba
      @YahooBaba  4 месяца назад +1

      @@hafizabdullah3400 Yes kar sakte hai. Lekin mera sugession yahi hai ki pehle 2 to 3 projects banaye tabhi job easily milegi.

  • @HafizUmair-rk3bg
    @HafizUmair-rk3bg 4 месяца назад

    Project kb aye ga ??

    • @YahooBaba
      @YahooBaba  4 месяца назад +1

      After 4 to 5 videos

    • @HafizUmair-rk3bg
      @HafizUmair-rk3bg 4 месяца назад

      @@YahooBaba
      sir ap ki videos sy bot fida hova h kindly tori speed lgayn or jaldi complete kry

  • @TWNOGaming
    @TWNOGaming 4 месяца назад

    ek baat bataye sir Jab ham controller sa condition chek sakta hai tho fir Middleware kyu use kare?
    Yes I know har controller function mein check ya conditon lagani hogi... iska alawaa koi other benefit of Middleware?

    • @YahooBaba
      @YahooBaba  4 месяца назад +1

      Dekhiye basically toh yahi use hai Middleware ka ki aapko controller ke file mein har page ke liye authentication ki condition nahi pass karni padegi, jis wajha se code chota ho jayega aur aapka kaam bhi fast hoga.

  • @vishalnautanwa7456
    @vishalnautanwa7456 4 месяца назад

    Sir abhi kitna topic bacha hai please reply 🙏🙏

    • @YahooBaba
      @YahooBaba  4 месяца назад +2

      50+ Topics remaining