定制 ygthor/laravel-error-notify 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

ygthor/laravel-error-notify

最新稳定版本:1.0.4

Composer 安装命令:

composer require ygthor/laravel-error-notify

包简介

Your Laravel package description

README 文档

README

This package is used to send out error log through email to developer account.

composer require ygthor/laravel-error-notify

Need to create following variable in .env to use IP_STACK_API_KEY need request using this url https://ipstack.com/, ipstack allow to trace visitor ip location.

IP_STACK_API_KEY=xxxxxxx  
DEBUGGER_EMAIL=developer@company.com
DEBUGGER_MAIL_HOST=smtp.gmail.com
DEBUGGER_MAIL_PORT=587
DEBUGGER_MAIL_USERNAME=xxxx@gmail.com
DEBUGGER_MAIL_PASSWORD=xxxxxx
DEBUGGER_MAIL_ENCRYPTION=tls

use this command to publish config

php artisan vendor:publish --tag=config --provider="YGThor\LaravelErrorNotify\LaravelErrorNotifyServiceProvider"

统计信息

  • 总下载量: 8
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-09-08