Skip to content

Instantly share code, notes, and snippets.

@webspectyler
Created May 31, 2019 13:36
Show Gist options
  • Save webspectyler/b5cada2ea36d6f9dfa63cb1fe6675c15 to your computer and use it in GitHub Desktop.
Save webspectyler/b5cada2ea36d6f9dfa63cb1fe6675c15 to your computer and use it in GitHub Desktop.
>>> $user->password = Hash::make('thanhnd123');
=> "$2y$10$At6GpoCsB.BQOacms87fAubGRMtu2UqJ44f53IN2EdT43IGDI.5oO"
>>> $user->save()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment