einnar82/google-stack-driver
最新稳定版本:1.2
Composer 安装命令:
composer require einnar82/google-stack-driver
包简介
Laravel log driver for Google App Engine
README 文档
README
Instructions:
Install the package via composer
$ composer require einnar82/google-stack-driver
Next, go to config/logging.php and add the google stack logger in the options
'channels' => [
'stackdriver' => [
'driver' => 'custom',
'via' => RannieOllit\GoogleStackDriver\StackDriverLogger::class,
'level' => 'debug',
],
Then set your LOG_CHANNEL into 'stackdriver' in your .env
Reference:
统计信息
- 总下载量: 2.36k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-11-05