Laravel

134次阅读
没有评论

报错

No application encryption key has been specified.

这是APP_KEY即可。

APP_KEY的作用是作为网站的密钥使用,用来保护网站的安全主要用于加密cookie,如果您更改APP_KEY,会导致 session (通过 cookie 实现)失效,所有当前已登录的用户被注销。

生成APP_KEY

php  artisan key:generate

Unsupported cipher or incorrect key length. Supported ciphers are: aes-128-cbc, aes-256-cbc, aes-128-gcm, aes-256-gcm.

同上。

正文完
 0
wujingquan
版权声明:本站原创文章,由 wujingquan 于2024-11-06发表,共计293字。
转载说明:Unless otherwise specified, all articles are published by cc-4.0 protocol. Please indicate the source of reprint.
评论(没有评论)