artisan-log-cleaner:工匠命令清除laravel日志文件

时间:2024-06-16 05:29:40
【文件属性】:

文件名称:artisan-log-cleaner:工匠命令清除laravel日志文件

文件大小:7KB

文件格式:ZIP

更新时间:2024-06-16 05:29:40

laravel log artisan-command cleaner PHP

工匠日志清洁器 工匠命令清除laravel日志文件 目录 安装 通过安装 composer require hedii/artisan-log-cleaner 将其添加到config/app.php provider数组中: Hedii \ ArtisanLogCleaner \ ArtisanLogCleanerServiceProvider ::class 用法 清除所有日志文件 运行以下命令以清除日志目录( storage/logs )中的所有日志文件: php artisan log:clear 清除除最后一个以外的所有日志文件 运行此命令以清除除日志目录中的最后一个文件( storage/logs )以外的所有日志文件: php artisan log:clear --keep-last 自动清除日志文件 将此添加到App \ Console \ Kernel


【文件预览】:
artisan-log-cleaner-master
----.github()
--------workflows()
----src()
--------ClearLogs.php(2KB)
--------ArtisanLogCleanerServiceProvider.php(245B)
----LICENSE.md(1KB)
----phpunit.xml(326B)
----README.md(2KB)
----tests()
--------ClearLogsTest.php(4KB)
--------TestCase.php(1KB)
----.gitignore(60B)
----composer.json(1KB)

网友评论