作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
因此出于某种原因,我的lumen .env变量在后端回显时,与实际文件中的不匹配。
例如,文件中的APP_DEBUG
设置为true,但是当我将其回显时,我得到的是false或null。另外,如果我尝试更改APP_NAME
,则什么也没有发生,它会回显过时的值。
我试过运行php artisan cache:clear
,但似乎也不起作用。对于我在docker环境中运行它的值(value),不确定是否会影响事情。我也在Lumen 6.0上运行php 7.3。
最佳答案
您需要运行php artisan config:clear
刷新配置文件的缓存。
命令php artisan cache:clear
用于刷新应用程序的缓存。
If you execute the
config:cache
command during your deployment process, you should be sure that you are only calling the env function from within your configuration files. Once the configuration has been cached, the.env
file will not be loaded and all calls to the env function will returnnull
.
关于php - 流明环境变量为什么过时(或不匹配?),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59203275/
我是一名优秀的程序员,十分优秀!