Laravel Custom Login and Registration Step by Step | Login, Register and Logout process in HINDI

Поделиться
HTML-код
  • Опубликовано: 5 янв 2025

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

  • @zak00001
    @zak00001 Год назад

    Truely, you are a Laravel pro 👌 keep up and share more👃

  • @souvikkar7402
    @souvikkar7402 3 года назад +2

    Wow!! Amazing content buddy 🥰

  • @moviekit4220
    @moviekit4220 11 месяцев назад

    Thank you for sharing the code and many many thanks for this tutorial.

    • @ajay-yadav
      @ajay-yadav  11 месяцев назад +1

      Glad it was helpful!

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

    Hi mera phly hi project bna ha osy ma custom authentication deni ha tu is ma sy kon sy steps skip kro ma mera ps app.blade.php bi already ha by default or auth bi ha or os ki files bi ha

  • @pcerrorsandsolutions3438
    @pcerrorsandsolutions3438 11 месяцев назад

    @ajay-yadav
    How to add edit profile in this project?

  • @حسینقیداری-و5ط
    @حسینقیداری-و5ط 2 года назад +1

    for a long time i wanna find out laravel ui:auth how to make ..by seeing this i do ..thanks

  • @fitbouncer6795
    @fitbouncer6795 3 года назад +1

    here, in login ""Auth::attempt"" is taking the user model, if i do for custom admin how to reffer admin model

    • @ajay-yadav
      @ajay-yadav  3 года назад +2

      use guard......
      Auth::guard('admin')->attempt($this->only('email', 'password'))
      for more detail you can watch my video "Laravel Admin And User Login" you'll learn a lot of thing related to auth system of laravel

    • @fitbouncer6795
      @fitbouncer6795 3 года назад +1

      aap ka insta/fb id bolea na, mai aapko pic send krta hu

    • @KHALEDMORSHED
      @KHALEDMORSHED Год назад

      ​@@ajay-yadavHello sir, hope u r fine. Here if i want Login with username or phone number or id or any other field, then how can i handle that. And if from request i am getting (mail & pass) instead of (email & password) where users table column (email & password) , then how can i handle that also?

  • @ihtishamkhan5914
    @ihtishamkhan5914 Год назад

    thanks a lot u have done a marvelous job please also make a video on multi login

  • @noushedakib1658
    @noushedakib1658 Год назад

    everything ok ... how i implement auth guard in this custome authentication project?

    • @ajay-yadav
      @ajay-yadav  Год назад +1

      it has serveral steps. will try to cover in my video.

  • @devensitapara-yo6cw
    @devensitapara-yo6cw 7 месяцев назад +1

    Hello sir,
    we are learning so much from you. here i request you to make a video for custom login, redirect in larawel, offcourse there are your videos but so much fast. request you to make one tip-top up to end without copy pest (codding side). views are ok... however i learnt and tried to make custom login but i failed. particular how to initiate table to auth that what i could not understand, and when middleware comes in place ?

  • @umerizharofficial
    @umerizharofficial 8 месяцев назад

    Hi thanks for the tutorial hai laravel 11 k liy please aik or video banay. bohat hi acha content hai love from pakistan

    • @ajay-yadav
      @ajay-yadav  8 месяцев назад

      thanks umerizhar i'll continue laravel 11

  • @sufiyanjaved1553
    @sufiyanjaved1553 2 года назад

    Hello Sir,
    prevent session hijaking in laravel application.
    when i copy session_id and set another browser this bowser login my panel.
    please any solution.

  • @businessmarathonindia3132
    @businessmarathonindia3132 7 месяцев назад +1

    Very Interested sir

  • @ankitsinghdhanai902
    @ankitsinghdhanai902 Год назад

    How to redirect user to login page...if user directly try to hit /home on the browser

  • @ArtiBarve-k4o
    @ArtiBarve-k4o 5 месяцев назад

    sir you are doing excellent job its really helpful for beginners but do a code in vs code because it give a clarity of upcoming errors.

  • @unfading_momentz
    @unfading_momentz 2 года назад +1

    informative ❤ thankyou

  • @sahosmia
    @sahosmia 2 года назад

    It was good video
    Brother take my 💕

  • @tauqeerhayat870
    @tauqeerhayat870 3 года назад +1

    Nice Bro... Very Helpful!

  • @blackHatman007
    @blackHatman007 2 года назад

    can you do it for multiple auth.

  • @coolg9585
    @coolg9585 Год назад

    Nice video 💯

  • @bdexplorer.ashiqur
    @bdexplorer.ashiqur Год назад

    Awesome bro...

  • @HYPER_69_YT
    @HYPER_69_YT 5 месяцев назад

    thank you so much sir

  • @18gst17
    @18gst17 2 года назад

    thank u bhiaya for this explanation

  • @syedburhan6926
    @syedburhan6926 2 года назад

    Ajay bhai jesa kaam video may dikhaya ha agr asay hi kam hojye tw maza ajye ga

  • @prahladparmar5299
    @prahladparmar5299 Год назад

    superb sir

  • @sameerahmad5432
    @sameerahmad5432 2 года назад

    Databases me registered data save kyase hoga...sir

  • @ajayjakhar8942
    @ajayjakhar8942 Год назад

    Nice explanation

  • @bhushanpatil2464
    @bhushanpatil2464 3 года назад

    Excellent work..

  • @prth5636
    @prth5636 Год назад +1

    auth hi nahi he please help

  • @fitbouncer6795
    @fitbouncer6795 3 года назад +1

    simple api ho rha hai but koi project mai nhi arha logic, bara project me api kyse banate hai ek pura bana ke dikhaye na, sir pls

    • @ajay-yadav
      @ajay-yadav  3 года назад +1

      A video is about to upload, and it is about simple login and register with vuejs and laravel . vuejs will be connected with api (login, register apis )

  • @LearnwithAkram39
    @LearnwithAkram39 Год назад +1

    Speed slow rakhy Sir voice ki app ki audience or increase hogi is sy

  • @kapilbagdi7321
    @kapilbagdi7321 2 года назад

    I m getting un defined variable $error any one can help me with this?

  • @manikmia4134
    @manikmia4134 2 года назад

    Sir I want to login with phone or email and password How can I achieve it in Laravel Breeze or custom authentication.

    • @ihtishamkhan5914
      @ihtishamkhan5914 Год назад

      target the names of required field u want to login with in the login method of controller

  • @the.longtales
    @the.longtales 2 года назад

    how to make login with email or username or mobile number ?

  • @gatedesign778
    @gatedesign778 3 года назад +1

    good bro

  • @zak00001
    @zak00001 Год назад

    If time permits, please create the same with LDAP Record (Use Windows Active Directory) and also make vid on SAML login please, that is the industry standard for authentication for webapps

  • @manishyadav-wl8kl
    @manishyadav-wl8kl 2 года назад

    Nice tutorial

  • @sunilrajput4352
    @sunilrajput4352 2 года назад

    thanks bro.

  • @knowledge2life43
    @knowledge2life43 2 года назад

    Thank you

  • @asimreyazuddin3494
    @asimreyazuddin3494 9 месяцев назад

    Time kuch zyaada hi save kar diya. Should've explained the login and register pages a bit with the session part

  • @RajeevKumar-rr9gb
    @RajeevKumar-rr9gb Год назад

    thanks

  • @chfarhan4154
    @chfarhan4154 2 года назад +5

    O bhai itne jaldi kis bat ki ha araam sa smjao agr samjhna he ha to

  • @18gst17
    @18gst17 2 года назад

    sir please make a video on sms otp varification with laravel i will be waitng

  • @WalmartyJaden
    @WalmartyJaden 11 дней назад

    Wasted of Time Beause main login and register code not showing

  • @kuchbhi9408
    @kuchbhi9408 Год назад

    Auth attempt kya hai sir ?😂😂sb upar se gya i m beginner searching for long form i think i got wrong place

  • @franklyphilosophy9777
    @franklyphilosophy9777 7 месяцев назад

    Forget password functionality rha gyi bs 😢😢😢

  • @tranhoainamfplhcm3438
    @tranhoainamfplhcm3438 Год назад

    can you give me the source?

  • @RajeevKumar-rr9gb
    @RajeevKumar-rr9gb Год назад

    sir forget password

  • @stormz4040
    @stormz4040 2 года назад

    What's the point of writing in English whereas you speak in Hindi?

  • @beginnerdevelopers448
    @beginnerdevelopers448 Год назад

    bro you are teaching to fast please teach slow because beginner cannot understand your tutorial