Laravel - DecryptException: 'The MAC is invalid'

后端 未结 6 1369
轮回少年
轮回少年 2020-12-02 00:21

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

6条回答
  •  孤城傲影
    2020-12-02 00:38

    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.

提交回复
热议问题