gpt4 book ai didi

Laravel config/app.php 未更新

转载 作者:行者123 更新时间:2023-12-04 04:47:06 25 4
gpt4 key购买 nike

在 laravel 5 中, config/app.php 我已经将语言环境设置为 'ar'
但是在尝试通过以下方式在代码中获取语言环境时:
config('app.locale');
我仍然得到'en'。
好像 config/app.php 没有自动加载/更新。

即使 config/app.php 为空,执行 config('app'); 也会返回:

array:10 [▼
"debug" => true
"url" => "http://localhost"
"timezone" => "UTC"
"locale" => "en"
"fallback_locale" => "en"
"key" => "XXXXXXXXXXXXXXXXXXXXXXX" // changed here
"cipher" => "AES-256-CBC"
"log" => "single"
"providers" => array:31 [▶]
"aliases" => array:36 [▶]]

一些提示将不胜感激。

最佳答案

似乎缓存了配置设置。使用 php artisan config:clear

关于Laravel config/app.php 未更新,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32586524/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com