Reset password?

Hi,

  • At the CLI run php artisan tinker
  • Run: bcrypt('new_password')
  • Update the password in the users table in the database
2 Likes