byronfichardt/laravel-free-exception-tracker
最新稳定版本:0.2.1
Composer 安装命令:
composer require byronfichardt/laravel-free-exception-tracker
包简介
Open Source Exception Tracker for Laravel
README 文档
README
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
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-11-21