larahawk / watcher
Listen for Laravel exceptions and log events then report them back to a Larahawk account
v1.0.1
2019-09-22 04:01 UTC
Requires
- php: >=7.0
- guzzlehttp/guzzle: ~6.0
Requires (Dev)
- orchestra/testbench: ~3.5.0|~3.6.0|~3.7.0|^3.8
- phpunit/phpunit: 6.2|^7.0|^8.3
This package is auto-updated.
Last update: 2025-01-29 06:31:40 UTC
README
This watcher package listens for exceptions and log events from your Laravel application and reports them back to your Larahawk account.
Features
- Automatically reports unhandled exceptions
- Reports helpful log events by default
- Attaches user, browser, and OS information to each event
Installation
- Create a Larahawk account
- Install this package using
composer require larahawk/watcher
- Add your project's API key to the application's
.env
file - Make any desired adjustments to the watcher using the package's config file
Contributing and Support
Feel free to submit any issues you might have with this package, but please search through previously-added ones first. All contributions are welcome!
License
The MIT License (MIT). See LICENSE.md for more details.