Laravel - DecryptException: 'The MAC is invalid'

后端 未结 6 1363
轮回少年
轮回少年 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:48

    If you run multiple project and passes one encryption key to another project, Just make sure you have made same APP_KEY to your both project.

提交回复
热议问题