LaravelPackages.net
Acme Inc.
Toggle sidebar
imanghafoori/laravel-file-cache-cleaner

cleans expired cache files

10
16
v1.0.2
About imanghafoori/laravel-file-cache-cleaner

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

Laravel File Cache Cleaner

Total Downloads

This is a command which lets you delete the expired cached data on the file system and free up the disk space.

Installation

You can install the package via composer:

composer require imanghafoori/laravel-file-cache-cleaner

Usage

// default store:
php artisan cache:clean_files

// or custom store:
php artisan cache:clean_files my_store

image

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.

Star History Chart