Laravel 8 tutorial in Hindi - Group middleware

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ม.ค. 2025

ความคิดเห็น •

  • @codestepbystep
    @codestepbystep  2 ปีที่แล้ว +1

    Please Support my by Subscribe, Like and Comment,
    Thank you :)

  • @kaushikbiswas8335
    @kaushikbiswas8335 4 ปีที่แล้ว +25

    Yes we can add 2 group middleware
    Route::group(['middleware'=>['Getinitial' ,'Getpartial']])

  • @anonymousRider33
    @anonymousRider33 3 ปีที่แล้ว +12

    sir you have missed previous 2 videos here that are in the englost playlist. the form validation and the middleware intro. please add them in tis hindi playlist too

  • @prachikapoor2352
    @prachikapoor2352 ปีที่แล้ว

    I have a doubt at 4:00 min, in the kernel page you have mentioned middleware name and then inside brackets you have given the path of that middleware. So my doubt is, can we give multiple middlewares here itself? if you can see the above code in the same file there are different middlewares given under one group name.

  • @mukulverma9966
    @mukulverma9966 4 ปีที่แล้ว

    Sir aap ne bahut accha explain kiya hai. Thanks for this tutorial sir

  • @a1stategies584
    @a1stategies584 3 ปีที่แล้ว +1

    Love from Pakistan brother.

  • @Roman-ro6fj
    @Roman-ro6fj 4 ปีที่แล้ว +1

    yes, ham two middleware use kr skty hai ku k ham array use kr rhy hai jo multiple values ko support krta ha

  • @akSingh_120
    @akSingh_120 ปีที่แล้ว

    fruitful..

  • @ajdeveloper3438
    @ajdeveloper3438 3 ปีที่แล้ว

    thank u...you teach very well!

  • @ranaahsanansar524
    @ranaahsanansar524 3 ปีที่แล้ว

    Very informative

  • @vivek-rw4iz
    @vivek-rw4iz 4 ปีที่แล้ว +2

    Apne middleware ka koi video nahi banaya hai hindi mein.. wo english playlist mein sirf . please hindi me bhi banaye

  • @manishchauhan540
    @manishchauhan540 3 ปีที่แล้ว

    Thanks sir 🙏💕

  • @mukundhirpara7397
    @mukundhirpara7397 4 ปีที่แล้ว +1

    Yes We can use 2 Group middleware Using this
    ---------------------------------------------------------------------------
    Route::group(['middleware'=>['userAge', 'dubble']], function() {
    Route::get('home', 'UserController@home');
    });

  • @nishitradadiya8333
    @nishitradadiya8333 3 ปีที่แล้ว

    yes we can add mulit middleware
    Route::group(['namespace' => 'Admin', 'prefix' => 'admin', 'middleware' => ['auth.basic', 'auth.admin']], function() {
    // djsj
    });

  • @mayanighanshyam4232
    @mayanighanshyam4232 4 ปีที่แล้ว +1

    yes , its possible
    two middleware add kar sakte hey

  • @laughitout9299
    @laughitout9299 3 ปีที่แล้ว

    last videos -
    th-cam.com/video/-u-xcYC7TKg/w-d-xo.html&ab_channel=CodeStepByStep
    ---------------------------------------------------
    th-cam.com/video/O0r7eQRZO3I/w-d-xo.html&ab_channel=CodeStepByStep

  • @waseenzia2056
    @waseenzia2056 2 ปีที่แล้ว

    Sir you have missed previous 2 videos here that are in the English playlist. the form validation and the middleware intro. please add them in this Hindi playlist too

  • @gajiparamaulik7052
    @gajiparamaulik7052 4 ปีที่แล้ว +3

    Route::group(['middleware' => ['firstMiddleware','secondMiddleware']], function () {
    //
    });

  • @varunvaranwal2130
    @varunvaranwal2130 4 ปีที่แล้ว +1

    Sir jab age request kar raha hoon toh does no exist bata raha hai na ki access file per le ja raha hai

  • @kplsharma13
    @kplsharma13 4 ปีที่แล้ว

    Middleware ka kya extra benefit hai? means yeh sab toh hum simple conditions lga kr bhi kr skte hai

  • @suleman2274
    @suleman2274 3 ปีที่แล้ว

    yes we can add more than 1 middleware on route

  • @dev504
    @dev504 3 ปีที่แล้ว +1

    sir ma start sa sari videos deekh raha ho par ya pheli video ha middleware ka bare ma aur ap bol rhe ha video ma ka ma phela middleware ka batachuka ho aur koi bhi video description ma nhi dali aap na I AM CONFUSED HERE!! HELP PLS!!

    • @taukeershaikh5750
      @taukeershaikh5750 2 ปีที่แล้ว

      Ye rahi video bhai
      th-cam.com/video/VY2Zu-wrTys/w-d-xo.html

  • @agastyasutra
    @agastyasutra 3 ปีที่แล้ว +1

    Some of the the videos are missing from laravel 8 hindi tutorial...
    Bro... Plz check and reupload it

  • @vivek-rw4iz
    @vivek-rw4iz 4 ปีที่แล้ว +4

    There is no link in description box

    • @junaidmj4095
      @junaidmj4095 4 ปีที่แล้ว

      th-cam.com/video/VY2Zu-wrTys/w-d-xo.html&ab_channel=phpstepbystep

    • @hamzabilal7717
      @hamzabilal7717 4 ปีที่แล้ว

      th-cam.com/video/VY2Zu-wrTys/w-d-xo.html

  • @kaziovesh9798
    @kaziovesh9798 4 ปีที่แล้ว +5

    Route::middleware(['middleware1', 'middlware2'])
    ->group(function () {
    // Your defined routes go here
    });
    is tarah se group middleware use ks skte he

  • @muditmohantyagi
    @muditmohantyagi 3 ปีที่แล้ว

    Yes because it will be in array

  • @akshaydorkhande2716
    @akshaydorkhande2716 3 ปีที่แล้ว

    Sir last video is not uploaded here!

  • @codingstudio6195
    @codingstudio6195 3 ปีที่แล้ว

    Hii.. please make a video on laravel 8 sessions with database connection login page

  • @techies110
    @techies110 3 ปีที่แล้ว

    in an array [ ], we can assign multiple middleware.

    • @bhavinpatel1774
      @bhavinpatel1774 3 ปีที่แล้ว

      laravel me middleware ko middleware kyu bola jata hai ?

  • @moinkhan8573
    @moinkhan8573 2 ปีที่แล้ว

    sir link descrptionn m nahi koi se video m

  • @webdevelopement6887
    @webdevelopement6887 4 ปีที่แล้ว +2

    Bhai tumne last me koi middle ware ki videi nhi bnayi aap confuse ho rhe ho 😡

  • @PlayKidsLand
    @PlayKidsLand 4 ปีที่แล้ว

    Thanks

  • @phpdeveloper6098
    @phpdeveloper6098 3 ปีที่แล้ว +1

    Sir middleware ka video nhi h sir

  • @hashmukhhappy2723
    @hashmukhhappy2723 4 ปีที่แล้ว

    ha kr skte hai

  • @anupamakumari7481
    @anupamakumari7481 3 ปีที่แล้ว

    You missed middleware video adding in this playlist

  • @k.ashutoshbaitharu3964
    @k.ashutoshbaitharu3964 ปีที่แล้ว

    I thought this tutorial was about grouping middlewares 🤷

  • @mrsneaky3393
    @mrsneaky3393 3 ปีที่แล้ว

    sir mine is not working

  • @dhavaltank211
    @dhavaltank211 2 ปีที่แล้ว

    aapne middelware ki video hi nahi dali he

  • @satyendramth
    @satyendramth 3 ปีที่แล้ว

    here is middleware inro video link - th-cam.com/video/O0r7eQRZO3I/w-d-xo.html

  • @mrsam8728
    @mrsam8728 4 ปีที่แล้ว

    nhi hua mera bhai