bugsnag / bugsnag-laravel
Official Bugsnag notifier for Laravel applications.
Installs: 25 679 483
Dependents: 37
Suggesters: 4
Security: 1
Stars: 874
Watchers: 44
Forks: 129
Open Issues: 10
Requires
- php: >=5.5
- bugsnag/bugsnag: ^3.29.0
- bugsnag/bugsnag-psr-logger: ^1.4|^2.0
- illuminate/contracts: ^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
- illuminate/support: ^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
- monolog/monolog: ^1.12|^2.0|^3.0
Requires (Dev)
- orchestra/testbench: ^3.1|^4.0|^5.0|^6.0|^7.0|^8.0|^9.0
- phpunit/phpunit: ^4.8.36|^6.3.1|^7.5.15|^8.3.5|^9.3.10|^10.0
- v2.28.0
- v2.27.0
- v2.26.0
- v2.25.1
- v2.25.0
- v2.24.0
- v2.23.0
- v2.22.2
- v2.22.1
- v2.22.0
- v2.21.0
- v2.20.1
- v2.20.0
- v2.19.0
- 2.18.x-dev
- dev-master / 2.18.x-dev
- v2.18.0
- v2.17.1
- v2.17.0
- v2.17.0-beta
- v2.16.0
- v2.15.2
- v2.15.1
- v2.15.0
- v2.15.0-alpha-1
- v2.14.1
- v2.14.0
- v2.13.0
- v2.12.0
- v2.11.1
- v2.11.0
- v2.10.0
- v2.9.0
- v2.8.0
- v2.7.2
- v2.7.1
- v2.7.0
- v2.6.0
- v2.5.0
- v2.4.0
- v2.3.0
- v2.2.0
- v2.1.0
- v2.0.2
- v2.0.1
- v2.0.0
- v1.7.0
- v1.6.4
- v1.6.3
- v1.6.2
- v1.6.1
- v1.6.0
- v1.5.1
- v1.5.0
- v1.4.2
- v1.4.1
- v1.4.0
- v1.3.0
- v1.2.1
- v1.2.0
- v1.1.1
- v1.1.0
- v1.0.10
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- dev-next
- dev-storage-fix
- dev-new-shutdown-strategy
- dev-auto-on-session-tracking
- dev-kattrali/maze-docker-install-from-dist
- dev-cawllec/maze-docker-lv
- dev-kattrali/laravel56-upgrading
This package is auto-updated.
Last update: 2024-10-07 08:57:48 UTC
README
The Bugsnag Notifier for Laravel gives you instant notification of errors and exceptions in your Laravel PHP applications. We support both Laravel and Lumen. Learn more about Laravel error reporting from Bugsnag.
Looking for Laravel 4 support?
v1 of our Laravel package supports Laravel 4. You can find it on our 1.7 branch.
Features
- Automatically report unhandled exceptions and crashes
- Report handled exceptions
- Attach user information and custom diagnostic data to determine how many people are affected by a crash
Getting started
- Create a Bugsnag account
- Complete the instructions in the integration guide for Laravel or Lumen
- Report handled exceptions using
Bugsnag::notify()
- Customize your integration using the configuration options
Support
- Check out the configuration options
- Search open and closed issues for similar problems
- Report a bug or request a feature
Contributing
All contributors are welcome! For information on how to build, test, and release, see our contributing guide.
License
The Bugsnag Laravel library is free software released under the MIT License. See LICENSE.txt for details.