Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近从 github 拉了一个项目以了解它的工作我正在尝试为该项目生成应用程序密钥,但不断收到错误。任何帮助将非常感激。提前致谢 在此处输入图片描述
复制.env.example到.env,然后php artisan key:generate再次尝试运行。
.env.example
.env
php artisan key:generate
希望这可以帮助!
我想你可以试试这个:
复制 .env.example .env
和缓存清除
php artisan config:cache php artisan cache:clear
运行命令后php artisan key:generate
希望这对你有用!!!