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

Copy ".env.example" to ".env" then run this command: "php artisan key:generate" to generate new APP_KEY

Last updated 8 years ago.
0

When you specify 'cipher' => 'AES-128-CBC', in your app.php, you just need a 128 bit key as value for APP_KEY.

Otherwise you can set like this to use a 256 bit key. 'cipher' => 'AES-256-CBC',

In both case you can solve the problem running the command: php artisan key:generate

Last updated 8 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

kmrifat kmrifat Joined 23 Mar 2016

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.