How to Quickly Change the Password for a User in Laravel?
Introduction
In some cases, you might want to reset the password for your Laravel user quickly. Another reason might be that you could be having problems with your emails, and the reset password email is not being delivered.
However, unlike WordPress, for example, where you could simply use MD5 to encrypt your password and updat...