- SSH to root
- Go to public_html
- run following command
php artisan tinker
- You will get >>>
- Run following command
echo Hash::make('new-plaintext-password)
- You will get output like
$2y$10$qlKmS6UBzl/YEwIzhaZOG.HmhOi1jlMj67zPTDgKFOS3/eKyR55jm
- Copy the output and replace it with the password field.
Note that “new-plaintext-password” is you admin password.
Clear Laravel Cache
php artisan config:cache