Answer the question
In order to leave comments, you need to log in
How to disable cache in laravel (details inside)?
Laravel creates a lot of files in the folder storage/framework/cache/data
Files like this:
Just some numeric value. Nothing else. And there are thousands of such files.
For two or three days at an inexpensive VPS tariff, the file system is completely clogged and the server hangs, giving the code 500.
The artisan cache: clear command helps. The command runs for several minutes.
After clearing the cache:
But that's not the point. I want to understand what it is, why it is needed, and how to turn it off or configure it correctly?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question