Laravel 9: How to create Login with email or username authentication system

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 พ.ย. 2024

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

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

    Love the usage of a 'pre-registered voice' . That makes the video more professional and easy to follow . Keep going

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

    This is a good tutorial. I haven't encountered any error. Really nicely structured. Subscribed.

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

      Hey can i see your package.json file, the scripts please

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

    Very helpful tutorial

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

      Thanks for the feedback, please don't forget to like, subscribe and share to your friends.

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

    Thanks for the tutorial :D

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

    many thanks sir

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

    Hi sir I got an error in laravel
    Value in the SESSION gets stored if I send it with POSTMAN and i can get the value in different function.
    But if I do same with AXIOS, value will get stored only till that called function ends .After if I want to access that value with different function it will return null.
    Earlier even with POSTMAN value was not getting stored.
    After adding Illuminate\Session\Middleware\StartSession::class it works fine with POSTMAN and not with AXIOS

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

      What are you trying to achieve?

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

      @@wisdomdiala I want to store login information in SESSION

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

      @@amithm4010 why do you want to store login information in session?

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

      @@wisdomdiala To get that information in submodules of login page, after login

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

      @@amithm4010 can I see your entire controller and route?

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

    I thought I'm in the movie recap lol

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

    What SQL was used for the database?

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

    This tutorial is really helpfull . but am trying to login after registration.

    • @bayunirayudha
      @bayunirayudha 5 หลายเดือนก่อน

      .b.i.n.a. .s.a.r.a.n.a. .i.n.f.o.r.m.a.t.i.k.a.

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

    Subscribed!

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

    Grate Work
    can you add user permeation to access with user roles allow
    kindly share the source code
    BR

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

    Thanks sir

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

    Can you give me the source code?

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

    Vite manifest not found

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

    Hii Sir I can't run npm run dev.

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

      do you have composer? and in which directory you issue the command? sometimes inside vscode there always a problem since it is not administrator run, or the path you set, or you not install composer globally.

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

    so i will manually create db?

    • @bayunirayudha
      @bayunirayudha 5 หลายเดือนก่อน

      .b.i.n.a. .s.a.r.a.n.a. .i.n.f.o.r.m.a.t.i.k.a.

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

    Can I have a source code? Please

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

    A W E S O M E ! ! !

  • @jonwinder6622
    @jonwinder6622 7 หลายเดือนก่อน

    definition of overseas code.

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

    Password what is it

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

      password

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

      parol

    • @bayunirayudha
      @bayunirayudha 5 หลายเดือนก่อน

      .b.i.n.a. .s.a.r.a.n.a. .i.n.f.o.r.m.a.t.i.k.a.

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

    Bad display, can hardly see what you are doing as the screen is quite small and you don't explain the changes you are making. You just say now we need to do this or that with no explanation of the changes you are making, why you are doing it that way etc.

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

      Do make your research very well before coming to conclusion. Their is RegisterController inside the Auth folder of laravel 9 when you install laravel/ui and scaffold the ui using any of the frontend framework like react or vue, you can also specify which css framework to use while running the scaffolding, on this tutorial I decided to use bootstrap.