Tag: password reset

  • Laravel Episode 6: Password Reset and Email

    Episode 6: Password Reset and Email   Move Login/Logout link to the navbar Add password help link to login page Configure .env to work with mailtrap.io Add value to from so that there is a sent from value. Good idea to use env(‘FROM_EMAIL’) Modify route file with the following // Password reset link request routes…