toanld / laravel-clear-expired-cache-file
Remove laravel expired cache file/folder
v1.0.2
2022-04-22 09:07 UTC
Requires
- php: >=5.4.0
- illuminate/support: >=5.4.0
README
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
- Add toanld/laravel-clear-expired-cache-file to your project:
composer require toanld/laravel-clear-expired-cache-file
- 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