Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.72 KB

README.md

File metadata and controls

50 lines (33 loc) · 1.72 KB

Telebugs for Laravel

Package Version

Simple error monitoring for developers. Monitor production errors in real-time and get them reported to Telegram with Telebugs.

Introduction

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.

Installation

For the integration details, please refer to the Telebugs documentation.

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 [email protected].

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.