In laravel for registration I\'m using encrypt algorithm for password instead of inbuilt bcrypt function in Laravel because to get password and send it to mail when password
I copied the APP_KEY from the environment it was working dev to the production and the issue was solved. you may want to try it.
APP_KEY