Password Field - Determine the password's value
lcallif opened this issue · 1 comments
lcallif commented
I would like to use this to populate the users table for Laravel. However, I do not see a way to determine what the password is set to. Suggestions, other than setting the password field to a known User's password ?
haruncpi commented
Make a hash password by Hash::make(12345)
Now select constant
data type and put the hashed value in dbseeder.