Configuration cache cannot clear when deployment #101
-
The Problem 👀I did not have this problem in the development environment, but I had the following problem when deploying.
Supplement 📝I referred to this article, but it did not solve the problem. Environment 📦
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @kai0310, I don't see how this could be a problem of the settings package, the |
Beta Was this translation helpful? Give feedback.
Hi @kai0310,
I don't see how this could be a problem of the settings package, the
config:cache
command will cache all the config files within your Laravel application. Thesettings.php
config file only contains strings and no closures or objects so it can be serialized without problems.