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.