PHPackages                             tomatophp/laravel-discord-error-tracker - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. tomatophp/laravel-discord-error-tracker

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

tomatophp/laravel-discord-error-tracker
=======================================

Track Your Errors using Discord Webhook on any Laravel App

v1.0.0(1y ago)2550[4 PRs](https://github.com/tomatophp/laravel-discord-error-tracker/pulls)MITPHPPHP ^8.1|^8.2CI passing

Since Jan 8Pushed 1w ago1 watchersCompare

[ Source](https://github.com/tomatophp/laravel-discord-error-tracker)[ Packagist](https://packagist.org/packages/tomatophp/laravel-discord-error-tracker)[ GitHub Sponsors](https://github.com/3x1io)[ RSS](/packages/tomatophp-laravel-discord-error-tracker/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (12)Versions (7)Used By (0)

[![Screenshot](https://raw.githubusercontent.com/tomatophp/laravel-discord-error-tracker/master/arts/screenshot.jpg)](https://raw.githubusercontent.com/tomatophp/laravel-discord-error-tracker/master/arts/screenshot.jpg)

Laravel Discord Error Tracker
=============================

[](#laravel-discord-error-tracker)

[![Dependabot Updates](https://github.com/tomatophp/laravel-discord-error-tracker/actions/workflows/dependabot/dependabot-updates/badge.svg)](https://github.com/tomatophp/laravel-discord-error-tracker/actions/workflows/dependabot/dependabot-updates)[![PHP Code Styling](https://github.com/tomatophp/laravel-discord-error-tracker/actions/workflows/fix-php-code-styling.yml/badge.svg)](https://github.com/tomatophp/laravel-discord-error-tracker/actions/workflows/fix-php-code-styling.yml)[![Tests](https://github.com/tomatophp/laravel-discord-error-tracker/actions/workflows/tests.yml/badge.svg)](https://github.com/tomatophp/laravel-discord-error-tracker/actions/workflows/tests.yml)[![Latest Stable Version](https://camo.githubusercontent.com/d25e340c52a809ea4abdddfd0178f53e194f6b3410326f815c3625dc04437e82/68747470733a2f2f706f7365722e707567782e6f72672f746f6d61746f7068702f6c61726176656c2d646973636f72642d6572726f722d747261636b65722f76657273696f6e2e737667)](https://packagist.org/packages/tomatophp/laravel-discord-error-tracker)[![License](https://camo.githubusercontent.com/6c227a5b0be9d413b913902d82bf041c07dceb83d297ec723af6600bf0aec2ce/68747470733a2f2f706f7365722e707567782e6f72672f746f6d61746f7068702f6c61726176656c2d646973636f72642d6572726f722d747261636b65722f6c6963656e73652e737667)](https://packagist.org/packages/tomatophp/laravel-discord-error-tracker)[![Downloads](https://camo.githubusercontent.com/f2373c91aa83efaa6ac5b84aeac0364a186400bbfff084d26801fd7648d2ee3d/68747470733a2f2f706f7365722e707567782e6f72672f746f6d61746f7068702f6c61726176656c2d646973636f72642d6572726f722d747261636b65722f642f746f74616c2e737667)](https://packagist.org/packages/tomatophp/laravel-discord-error-tracker)

Track Your Errors using Discord Webhook on any Laravel App

Installation
------------

[](#installation)

```
composer require tomatophp/laravel-discord-error-tracker
```

on your env

```
DISCORD_ERROR_WEBHOOK_ACTIVE=true #Enable And Disable Log
DISCORD_ERROR_EVERYONE=true #Enable And Disable @everyone alert on the message
DISCORD_ERROR_WEBHOOK= #Your Discord Server Channel Webhook URL
```

Using
-----

[](#using)

if you are using Laravel 11 or above use this code, at `bootstrap/app.php`

```
