haruncpi/db-seeder

Password Field - Determine the password's value

lcallif opened this issue · 1 comments

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 ?

Make a hash password by Hash::make(12345)
Now select constant data type and put the hashed value in dbseeder.