PHPackages                             debugmate/laravel - 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. debugmate/laravel

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

debugmate/laravel
=================

A package to help you tracking the project errors

1.0.0(1y ago)013[1 PRs](https://github.com/DebugMate/laravel/pulls)MITPHPPHP ^8.2|^8.3

Since Nov 5Pushed 1y ago1 watchersCompare

[ Source](https://github.com/DebugMate/laravel)[ Packagist](https://packagist.org/packages/debugmate/laravel)[ RSS](/packages/debugmate-laravel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (10)Versions (5)Used By (0)

Laravel
=======

[](#laravel)

DebugMate is a beautiful error tracking package that will help your software team to track and fix errors.

Table Of Compatibility
----------------------

[](#table-of-compatibility)

Laravel VersionDebugMate Version^10^2.0^11^3.0#### Now you can install the package:

[](#now-you-can-install-the-package)

```
composer require debugmate/laravel
```

#### Run the following command to install the package files:

[](#run-the-following-command-to-install-the-package-files)

```
php artisan debugmate:install
```

#### Configuring DebugMate connection

[](#configuring-debugmate-connection)

After the installation, you should configure the connection with DebugMate main application. Open your `.env` file and check for this new env vars:

```
DEBUGMATE_DOMAIN=
DEBUGMATE_ENABLED=
DEBUGMATE_TOKEN=
```

**`DEBUGMATE_DOMAIN`**: You must set your DebugMate domain on this var. This way, our package will know where it should send the error data. If your DebugMate instance runs on a port different than the 80 or 443, you should add it too. E.g.: `http://debugmate.mydomain.com:9001`.

**`DEBUGMATE_ENABLED`**: With this var, you can control if DebugMate features will be available or not.

**`DEBUGMATE_TOKEN`**: On this var, you should set the project token. With this, you instruct DebugMate in which project the errors will be attached.

Reporting unhandled exceptions
------------------------------

[](#reporting-unhandled-exceptions)

You need to add the DebugMate as a log-channel by adding the following config to the channels section in config/logging.php:

```
'channels' => [
    // ...
    'debugmate' => [
        'driver' => 'debugmate',
    ],
],
```

After that you need to fill it on `LOG_STACK` env:

```
LOG_STACK=debugmate
```

Testing if everything works
---------------------------

[](#testing-if-everything-works)

By the end you're being able to send a fake exception to test connection

```
php artisan debugmate:test
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance41

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

518d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/737d15503c2277f2e6f023c1ddb827b2524e7e23dde1f97310cf3bc4a2aba02e?d=identicon)[teamdevsquad](/maintainers/teamdevsquad)

---

Top Contributors

[![rogerdevsquad](https://avatars.githubusercontent.com/u/197776436?v=4)](https://github.com/rogerdevsquad "rogerdevsquad (8 commits)")[![devsquad-luis-silva](https://avatars.githubusercontent.com/u/180315495?v=4)](https://github.com/devsquad-luis-silva "devsquad-luis-silva (6 commits)")[![rogerarruda](https://avatars.githubusercontent.com/u/6174373?v=4)](https://github.com/rogerarruda "rogerarruda (2 commits)")[![teamdevsquad](https://avatars.githubusercontent.com/u/33907040?v=4)](https://github.com/teamdevsquad "teamdevsquad (1 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/debugmate-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/debugmate-laravel/health.svg)](https://phpackages.com/packages/debugmate-laravel)
```

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

86910.0M83](/packages/spatie-laravel-health)[marvinlabs/laravel-discord-logger

Logging to a discord channel in Laravel

2081.1M2](/packages/marvinlabs-laravel-discord-logger)[larabug/larabug

Laravel 6.x/7.x/8.x/9.x/10.x/11.x/12.x/13.x bug notifier

299549.3k1](/packages/larabug-larabug)[shaffe/laravel-mail-log-channel

A package to support logging via email in Laravel

1286.2k](/packages/shaffe-laravel-mail-log-channel)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
