No supported encrypter found. The cipher and / or key length are invalid. - 小众知识

No supported encrypter found. The cipher and / or key length are invalid.

2015-11-21 11:36:38 苏内容
  标签: Laravel
阅读:3909
如果出现以下提示:
No supported encrypter found. The cipher and / or key length are invalid.

在终端中执行:
php artisan key:generate


将生成的key复制到config/app.php替换APP_KEY键值


linux 下执行 php artisan help:commands 命令,提示 Could not open input file: artisan 错误

首先 artisan 是 Laravel 项目下的指令文件,在Laravel 项目的根目录下可以看到artisan文件。

所以首先要建立 Laravel 项目。
如果已经建立项目需要CD到项目的目录下执行 artisan 命令。

扩展阅读
相关阅读
© CopyRight 2010-2021, PREDREAM.ORG, Inc.All Rights Reserved. 京ICP备13045924号-1