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
其他信息
- 授权协议: MIT
- 更新时间: 2023-09-08