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

Just go to your .env file and add the following:

APP_KEY=hereissomerandomkey
0

on your config/app.php the cipher value should be 'cipher' => 'AES-256-CBC'

make sure you have mcrypt php extention is installed and enabled.

you can verify that by running a phpinfo() or on the cli run php -m | grep mcrypt

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.