overfirmament/over-util
最新稳定版本:v5.4.1
Composer 安装命令:
composer require overfirmament/over-util
包简介
A Laravel Util Package
README 文档
README
个人使用的工具包
安装本包后,请在 config/logging.php 文件中加入两项日志 channels:
'http_out' => [ 'driver' => 'daily', 'path' => storage_path('logs/http/out_info.log'), 'level' => env('LOG_LEVEL', 'debug'), 'days' => 14, 'formatter' => Overfirmament\OverUtils\Logger\LogFormatter::class ], "http_in" => [ 'driver' => 'daily', 'path' => storage_path('logs/http/in_info.log'), 'level' => env('LOG_LEVEL', 'debug'), 'days' => 14, 'formatter' => Overfirmament\OverUtils\Logger\LogFormatter::class ],
统计信息
- 总下载量: 51
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-09-03