toanld/laravel-clear-expired-cache-file
Composer 安装命令:
composer require toanld/laravel-clear-expired-cache-file
包简介
Remove laravel expired cache file/folder
README 文档
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
CacheClearServiceProviderto 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
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-04-22