Laravel login with username instead of email | Laravel 9 Login / Register

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

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

  • @robocop882
    @robocop882 3 месяца назад +1

    Thank you for making this as simple as it can be

  • @yugalsarkaar
    @yugalsarkaar 8 месяцев назад +1

    Superb explanation..

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

    Muchas gracias, me funcionó perfecto, no había podido encontrar como hacer ese cambio en varios videos que busqué, claro y didáctico.

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

      Me alegro de que haya ayudado,
      Considera suscribirte al canal.

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

    thank you this is very helpful for the tutorial, but what to do if the field name changes, for example username becomes user_name , email becomes user_mail and password becomes user_passwd, which configuration should be edited?

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

      Hi You can update the migration in that case.

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

    awesome tutorial

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

      Glad you liked it!
      Consider Subscribing Channel.

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

    awesome - useful - thank you so much

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

    I dont have (LoginController.php) what can I do sir?

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

      Please try this installing auth scaffolding

  • @พัฒนธรไฝพรหม-น4น

    Extensions for laravel please

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

      Hey,
      I use Laravel Blade Snippet & Laravel Extra Intellisense.
      hope this help.
      consider Subscribing channel.
      Thanks

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

    How to login with both email and username?

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

      Hey
      You can overwrite the login function by writing a login function in LoginController.
      And in Login Attempt Try with Both username and email.
      Then user can login with both.
      Hope this help.
      Thanks.

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

      @@TechToolIndia can you provide the function?

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

    Thanks a lot!! Great knowledge!!

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

      Glad it was helpful!
      Consider Subscribing our channel.