我知道这个问题。
如果你在开发中从未运行过:
php artisan config:cache
相反,您必须
php artisan config:clear
对我来说
force="true"
<env name="FOO" value="bar" force="true"/>