DEV Community

Cover image for Authentication using Username and Email Address - Laravel 7
Miguel Lima
Miguel Lima

Posted on • Updated on • Originally published at codeexposed.com

Authentication using Username and Email Address - Laravel 7

You want to provide an easier way for your users to login in your application. You can give them the ability to login using a username and email address.

Achieve this is quite simple. You need to have installed laravel auth ui.

Top comments (0)