Laravel jetstream customizes login with username or email example. In this tutorial, you will learn how to customize jetstream login with username or email in laravel 8 app.

First of all, you will know about new jetstream auth package. In Laravel 8 adds new jetstream composer command with livewire, Inertia package for login, register, logout, reset password, forget password, email verification, two-factor authentication, session management.

In this laravel 8 auth example tutorial, we will use the jetstream and livewire package to implement default login, register, reset the password, forget password, email verification, and two-factor authentication blade views and controller file.

Laravel 8 Auth Scaffolding using Jetstream with Livewire will look like in following images:

Home/Welcome Page

Login Page

Register Page

Dashboard Page

Reset Password page

Laravel 8 Jetstream Customize Login with Username or Email Example Tutorial

  • Step 1 - Install Laravel 8 App
  • Step 2 - Database Configuration
  • Step 3 - Install Auth Scaffolding Jetstream
  • Step 4 - Install Livewire Package
  • Step 5 - Jetstream Configuration and Customization
  • Step 6 - Run PHP artisan Migrate
  • Step 7 - Install Npm Packages
  • Step 8 - Run Development Server

https://www.tutsmake.com/laravel-jetstream-customize-login-with-username-or-email-tutorial/

Laravel Jetstream Customize Login with Username or Email Tutorial
10.25 GEEK