How To Change Your Admin Password From The Backend when you can't recover or smtp is not configured
-
Hi,
Using the 'php artisan tinker' from your terminal you can change your password from the backend(code end) when you can't recover or smtp is not configured.
1- After that just copy the encrypted value and paste it into your database->admins table->password column.
2- Now simply login as admin and type your email address and password(given in bcrypt method).