Refreshingly simple error monitoring. Catch production errors automatically and instantly report them to Telegram.
Any Laravel application can be integrated with Telebugs
using the
telebugs-laravel
package. The package is designed to be simple and easy to use. It integrates the
telebugs/telebugs
package
with Laravel applications, so that any unhandled error occurring in your app
will be reported to Telebugs.
For the integration details, please refer to the Telebugs documentation.
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 [email protected].
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.
Bug reports and pull requests are welcome on GitHub at https://github.com/telebugs/telebugs-laravel.