imanghafoori/laravel-file-cache-cleaner
Composer 安装命令:
composer require imanghafoori/laravel-file-cache-cleaner
包简介
cleans expired cache files
关键字:
README 文档
README
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
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.
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 16
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-02-01
