Support the ongoing development of Laravel.io →
Configuration Security Architecture
Last updated 1 year ago.
0

Fixed. Manually edited Encrypter.php. Included $cipher = 'AES-256-CBC'' in __construct

0

@ fiberhopllc Wrong answer, see http://laravel.com/docs/master/upgrade#upgrade-5.1.0.

You must change the 'cipher' => 'AES-256-CBC' in /config.app.php

0

Also it's possible that APP_KEY is not set in .env

0

bhargav3 said:

Also it's possible that APP_KEY is not set in .env

+1!!

Thanks!

0

bhargav3 said:

Also it's possible that APP_KEY is not set in .env

This solution solved my problem too. Thanks...

0

I simply solved it by running: $ php artisan key:generate

0

sebastianstoll97 said:

I simply solved it by running: $ php artisan key:generate

+1!

0

sebastianstoll97 said:

I simply solved it by running: $ php artisan key:generate

+1! Thanks

0

sebastianstoll97 said:

I simply solved it by running: $ php artisan key:generate

+1! Thanks

0

$ php artisan key:generate

$ php artisan config:clear

then

$ php artisan config:cache

Last updated 6 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.