In Laravel 6 Documentation second paragraph of Application Key
written like this
Typically, this string should be 32 characters long. The key can be set in the .env environment file. If you have not renamed the
.env.example
file to.env
, you should do that now. If the application key is not set, your user sessions and other encrypted data will not be secure!
Why did they ask to rename it? I also found this paragraph in the Laravel older version. Is there any difference between those since they have the same content but different name?