bcrypt is avalible (matter of fact its core php function).
Mar 11, 2016
9
Level 55
hash user password in lumen
I'm just playing around with lumen, how do I go about hashing a user's password?
Using bcrypt in my ModelFactory.php I get the following error when trying to seed the database.
[Symfony\Component\Debug\Exception\FatalThrowableError]
Fatal error: Call to undefined function bcrypt()
FYI: Lumen (5.2.5) (Laravel Components 5.2.*)
Please or to participate in this conversation.