I'm sorry. I found this article ( https://laravel.io/forum/01-28-2016-cache-file-garbage-collection ) and understood that the cache stored in file in laravel is not deleted automatically.
In my case, since I am using a system where the cache is distributed and stored in redis and file, I adopted a method to delete the file by cron using a shell script.
duncanmcclean liked this reply
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community