使用Laravel首次运行出现 No application encryption key has been specified.
Posted DellYoung
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用Laravel首次运行出现 No application encryption key has been specified.相关的知识,希望对你有一定的参考价值。
先观察Laravel根目录下是否有 .env文件,有则看1,无则看2
1.若直接报500错误:
输入命令:
php artisan key:generate
2.若文件根目录下没有 .env文件
(1)将.env.example 改名使用命令 copy 修改为 .env
(2)使用命令
3.命令行作用:获取密码后,自动保存到 .env文件中
4、重新运行,OK。
若两种情况皆无,请重新安装laravel。
以上是关于使用Laravel首次运行出现 No application encryption key has been specified.的主要内容,如果未能解决你的问题,请参考以下文章
Laravel 出现 No application encryption key has been specified.
No application encryption key has been specified.
在AndroidStudio中出现android no debuggable application
首次安装Pycharm出现No Python interpreter selected 问题解决
Apple Pay - canMakePayments Using Networks 在应用程序首次运行时返回 NO。
Android studio初次运行出现Installation did not succeed. The application could not be installed