edofre/laravel-file-cleanup
Composer 安装命令:
composer require edofre/laravel-file-cleanup
包简介
Console command to cleanup your old files in storage
README 文档
README
Installation
The preferred way to install this extension is through composer.
To install, either run
$ php composer.phar require edofre/laravel-file-cleanup
or add
"edofre/laravel-file-cleanup": "V1.0.0"
to the require section of your composer.json file.
Example command
The following command will remove files older than {days} in the specified {directory} from your {disk}
php artisan db:file-cleanup {directory} {days=14} {disk=local}
Feature requests
- Tests
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-08-29