Laravel password reset through phpmyadmin

For manual password reset for Laravel, we need to access the database first. If you using MySQL, you should have access to phpmyadmin, it’s can be cpanel or in your localhost.

After accessing the phpmyadmin, you need to open the data where you need to reset the password. But before that, you should go to a hash password maker website, that makes your desired password hash version. Then copy and paste in your password field in the database.

For details video you can see this tutorial:

For easy hash password making visit this website

https://bcrypt-generator.com/

Leave a Comment

Your email address will not be published. Required fields are marked *