https://github.com/telebugs/telebugs-laravel
Telebugs integration with Laravel
https://github.com/telebugs/telebugs-laravel
backtrace crash-reporting crash-reporting-tool crash-reports error-handling error-monitoring error-reporting error-tracking laravel laravel-package php php-library php8 stacktrace
Last synced: 11 months ago
JSON representation
Telebugs integration with Laravel
- Host: GitHub
- URL: https://github.com/telebugs/telebugs-laravel
- Owner: telebugs
- License: mit
- Created: 2024-07-27T07:55:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-16T21:51:11.000Z (over 1 year ago)
- Last Synced: 2025-04-24T01:32:58.042Z (about 1 year ago)
- Topics: backtrace, crash-reporting, crash-reporting-tool, crash-reports, error-handling, error-monitoring, error-reporting, error-tracking, laravel, laravel-package, php, php-library, php8, stacktrace
- Language: PHP
- Homepage: https://telebugs.com/docs/integrations/laravel
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Telebugs for Laravel
[](https://packagist.org/packages/telebugs/telebugs-laravel)
Refreshingly simple error monitoring. Catch production errors automatically and
instantly report them to Telegram.
- [Official Documentation](https://telebugs.com/docs/integrations/laravel)
- [FAQ](https://telebugs.com/faq)
- [Telebugs News](https://t.me/TelebugsNews)
- [Telebugs Community](https://t.me/TelebugsCommunity)
## Introduction
Any Laravel application can be integrated with [Telebugs](https://telebugs.com)
using the
[`telebugs-laravel`](https://packagist.org/packages/telebugs/telebugs-laravel)
package. The package is designed to be simple and easy to use. It integrates the
[`telebugs/telebugs`](https://packagist.org/packages/telebugs/telebugs) package
with Laravel applications, so that any unhandled error occurring in your app
will be reported to Telebugs.
## Installation
For the integration details, please refer to the
[Telebugs documentation](https://telebugs.com/docs/integrations/laravel).
## Laravel support policy
Telebugs for Laravel supports the following Laravel versions:
- Laravel 8.x+
- PHP 8.1+
If you need support older Laravel versions, please contact us at
[help@telebugs.com](mailto:help@telebugs.com).
## Development
After checking out the repo, run `composer install` to install dependencies.
Then, run `composer test` to run the tests.
To check the code with PHPStan, run `composer phpstan`.
To release a new version, simply push a new tag to the repository. Packagist
will automatically update the package.
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/telebugs/telebugs-laravel.