Best laravel framework open-source packages.

Laravel file cache cleaner

Delete the obsolete cache files in the storage directory
Updated 1 year ago

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.

Tags storage php