How to stop Laravel 5 from caching configurations?

前端 未结 3 1030
逝去的感伤
逝去的感伤 2020-12-13 16:52

It is written in Laravel 5 documentation that php artisan config:cache stores all the app configuration into one single file which makes the application load fa

3条回答
  •  感情败类
    2020-12-13 17:59

    If you delete this directory [bootstrap/cache] in your project and replace it with a file then it should be impossible for anyone on the team to accidentally cache your config.

提交回复
热议问题