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

Поділитися
Вставка
  • Опубліковано 21 жов 2024
  • #laravel #laravelauth #email #authenticationsystem #login #register #website #websitedevelopment #backenddev #backend #laraveltutorial
    We all know that by default, Laravel uses only email and password to authenticate. In this video, I will teach you how to implement login with email or username alongside with password.
    Useful Resources:
    Laravel Profile Image Upload Using AJAX, Bootstrap, and Jquery without page refresh: • Laravel Profile Image ...
    Laravel 8: Contact form using AJAX without any page refresh: • Laravel 8: Contact for...
    Laravel 10: Image Compression: • Laravel 10: Image Comp...
    How to integrate real time cryptocurrency prices in laravel: • How to integrate real ...
    Laravel 9: Change Password With Email OTP: • Laravel 9: Change Pass...
    Laravel 9: How to create Login with email or username authentication system: • Laravel 9: How to crea...
    Laravel Package to Generate Countries and States/Province: • Laravel Package to Gen...
    Part One: Laravel with Sanctum. (Project: Forum System API with Laravel 8 and Sanctum): • Part One: Laravel with...

КОМЕНТАРІ • 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

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

  • @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

  • @craffestin3581
    @craffestin3581 Рік тому +1

    Subscribed!

  • @kingmega8730
    @kingmega8730 Рік тому +1

    Thanks sir

  • @Darklords03
    @Darklords03 Рік тому

    I thought I'm in the movie recap lol

  • @afolabiomolola5987
    @afolabiomolola5987 Рік тому

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

    • @adhitamaputra-73
      @adhitamaputra-73 4 місяці тому

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

  • @TrikNgonlen
    @TrikNgonlen 2 роки тому +2

    A W E S O M E ! ! !

  • @mohammadawais744
    @mohammadawais744 2 роки тому +1

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

  • @gasubito
    @gasubito Рік тому +1

    What SQL was used for the database?

  • @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?

  • @RonaldIIBalacy
    @RonaldIIBalacy Рік тому

    Vite manifest not found

  • @mathebeconnymoseri178
    @mathebeconnymoseri178 Рік тому +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.

  • @hieuFGG911
    @hieuFGG911 Рік тому +1

    Can you give me the source code?

  • @awitawit2801
    @awitawit2801 Рік тому

    so i will manually create db?

    • @adhitamaputra-73
      @adhitamaputra-73 4 місяці тому

      .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

  • @jonwinder6622
    @jonwinder6622 6 місяців тому

    definition of overseas code.

  • @rakanabdullahaldosari6270
    @rakanabdullahaldosari6270 2 роки тому

    Password what is it

  • @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.