Looking to hire Laravel developers? Try LaraJobs

laravel-clear-expired-cache-file maintained by toanld

Description
Remove laravel expired cache file/folder
Author
Last update
2022/04/22 11:07 (dev-master)
License
Links
Downloads
10
Tags

Comments
comments powered by Disqus

Clear Expired Cache files in Laravel

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.

Installation

  1. Add toanld/laravel-clear-expired-cache-file to your project:
composer require toanld/laravel-clear-expired-cache-file
  1. For Laravel >= 5.5 we use Package Auto-Discovery, so you may skip this step. For Laravel < 5.5, add CacheClearServiceProvider to the providers array in config/app.php:
Arifhp86\ClearExpiredCacheFile\Providers\CacheClearServiceProvider::class,

Usage

php artisan cache:clear-expired

License & Copyright

MIT, (c) 2019 Arifur Rahman