byronfichardt/laravel-free-exception-tracker 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

byronfichardt/laravel-free-exception-tracker

最新稳定版本:0.2.1

Composer 安装命令:

composer require byronfichardt/laravel-free-exception-tracker

包简介

Open Source Exception Tracker for Laravel

README 文档

README

Tests

This is the package need by the Watcher app to watch for exceptions in your Laravel Application. Exceptions will be sent to the Watcher Server.

Installation

You can install the package via composer:

composer require byronfichardt/laravel-watcher

You should publish the config file with:

php artisan vendor:publish --provider="ByronFichardt\Watcher\WatcherServiceProvider" --tag="config"

Usage

In the Handler.php file, add the following to the report method:

Watcher::report($exception);

Then you need to add the following to your .env file:

WATCHER_TOKEN=
WATCHER_BASE_URL=
WATCHER_SERVICE_ID=

Credits

License

Watcher is open-sourced software licensed under the MIT license..

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-11-21