Bcrypt not working in Lumen Call to undefined function bcrypt
Bcrypt not working Bcrypt not working in Lumen Call to undefined function bcrypt In lumen Bcrypt did’t work as there is no bcrypt function in the lumen Laravel function file. When you check in Laravel helpers.php file there is encrypt function for password hash. Path: vendor/laravel/lumen-framwork/src/helpers.php So you need to add encrypt function for password. […]