如何撤消命令“ php artisan config:cache”的效果?

时间:2019-01-16 09:49:19

标签: php laravel configuration

我(错误地)在本地开发设置中运行命令 php artisan config:cache ,由于该操作,所有调用(来自我的控制器)对 .env 文件(例如 $ _ ENV ['APP_ENV'] $ _ ENV ['ELS_INDEX'] 等)导致以下结果错误:

  MainController.php第470行中的

ErrorException <----这是.env变量所在的行
  未定义索引:APP_ENV

这是以下链接:Configuration Caching

请帮助我纠正此问题。预先感谢。

1 个答案:

答案 0 :(得分:2)

要么运行

php artisan config:clear

或从您的Laravel项目中删除文件/bootstrap/cache/config.php

php artisan config:cache创建/bootstrap/cache/config.php