Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function mcrypt_get_iv_size() is deprecated #27

Open
JKChen opened this issue Aug 30, 2017 · 1 comment
Open

Function mcrypt_get_iv_size() is deprecated #27

JKChen opened this issue Aug 30, 2017 · 1 comment

Comments

@JKChen
Copy link

JKChen commented Aug 30, 2017

I got an error of ‘Function mcrypt_get_iv_size() is deprecated’ after run php artisan migrate and php artisan key:generate successfully.

@JKChen
Copy link
Author

JKChen commented Aug 30, 2017

Just change cipher in config/app.php can fix this error:
from
'cipher' => MCRYPT_RIJNDAEL_128,
to
'cipher' => 'AES-256-CBC',

#ref

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant