Remove laravel expired cache file/folder
toanld/laravel-clear-expired-cache-file is a Laravel package for remove laravel expired cache file/folder.
It currently has 0 GitHub stars and 10 downloads on Packagist (latest version v1.0.2).
Install it with composer require toanld/laravel-clear-expired-cache-file.
Discover more Laravel packages by toanld
or browse all Laravel packages to compare alternatives.
Last updated
This package will remove any expired cache file, this only works with file cache driver. It will also remove any empty folder after removing the expired cache files, so your cache folder will be totally clean.
composer require toanld/laravel-clear-expired-cache-file
CacheClearServiceProvider to the providers array in config/app.php:Arifhp86\ClearExpiredCacheFile\Providers\CacheClearServiceProvider::class,
php artisan cache:clear-expired
MIT, (c) 2019 Arifur Rahman