应用程序密钥错误?我在 php 风暴中工作

Application key error? i am working in php storm

我最近从 github 中提取了一个项目以了解它的工作 我正在尝试为该项目生成应用程序密钥,但不断出现错误。任何帮助将非常感激。提前致谢 enter image description here

.env.example 复制到 .env,然后再尝试 运行 php artisan key:generate

希望对您有所帮助!

我想你可以试试这个:

复制.env.example.env

AND 清除缓存

php artisan config:cache
php artisan cache:clear

在 运行 命令之后 php artisan key:generate

希望这对你有用!!!