imanghafoori/laravel-file-cache-cleaner is a Laravel package for cleans expired cache files.
It currently has 16 GitHub stars and 10 downloads on Packagist (latest version v1.0.2).
Install it with composer require imanghafoori/laravel-file-cache-cleaner.
Discover more Laravel packages by imanghafoori
or browse all Laravel packages to compare alternatives.
Last updated
This is a command which lets you delete the expired cached data on the file system and free up the disk space.
You can install the package via composer:
composer require imanghafoori/laravel-file-cache-cleaner
// default store:
php artisan cache:clean_files
// or custom store:
php artisan cache:clean_files my_store

composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.