Laravel 5.2 not reading env file

前端 未结 26 2251
时光说笑
时光说笑 2020-11-28 20:52

After upgrading to Laravel 5.2, none of my .env file values are being read. I followed the upgrade instructions; none of my config files were changed except aut

26条回答
  •  再見小時候
    2020-11-28 21:39

    Tried almost all of the above. Ended up doing

    chmod 666 .env

    which worked. This problem seems to keep cropping up on the app I inherited however, this most recent time was after adding a .env.testing. Running Laravel 5.8

提交回复
热议问题