Best laravel framework open-source packages.

ResetPassword

Make a reset password functionality using PHPMailer
Updated 2 years ago

resetPassword

make a reset password functionality using PHPMailer

this is practicing after Reece Kenny lessons (highly recommended) in this link.

this just for dev purpose, so it is not very secure.

to make function in your host

  • import the resetPassword.sql to your MYSQL database
  • change config.php to what you database settings
  • add the smtp settings you will use (I am using gmail smtp)

if somethings misunderstood you can refered to the playlist of vides from Reece and PHPMailer Readme in Github.