Created
May 31, 2019 13:36
-
-
Save webspectyler/b5cada2ea36d6f9dfa63cb1fe6675c15 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>>> $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