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

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

spatie/laravel-flare
====================

Send Laravel errors to Flare

3.1.0(4d ago)111.4M↓20.4%10[1 PRs](https://github.com/spatie/laravel-flare/pulls)1MITPHPPHP ^8.2CI passing

Since Jun 12Pushed 1mo ago3 watchersCompare

[ Source](https://github.com/spatie/laravel-flare)[ Packagist](https://packagist.org/packages/spatie/laravel-flare)[ Docs](https://flareapp.io/)[ GitHub Sponsors](https://github.com/spatie)[ RSS](/packages/spatie-laravel-flare/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (10)Dependencies (82)Versions (60)Used By (1)

Laravel Flare: send Laravel errors to Flare
===========================================

[](#laravel-flare-send-laravel-errors-to-flare)

[![Latest Version on Packagist](https://camo.githubusercontent.com/9f8274b0ec5393164d46cee2e85c486523f8e7ee91f84ce90f7f1ceff827758c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7370617469652f6c61726176656c2d666c6172652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/spatie/laravel-flare)[![Tests](https://github.com/spatie/laravel-flare/workflows/Run%20tests/badge.svg)](https://github.com/spatie/laravel-flare/workflows/Run%20tests/badge.svg)[![Total Downloads](https://camo.githubusercontent.com/0a39871be138feb115a2c13a06fc8027f288ea7715e07902d4e2beb2e9298baa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7370617469652f6c61726176656c2d666c6172652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/spatie/laravel-flare)

[Laravel Flare](https://flareapp.io/docs/integration/laravel-customizations/introduction) allows to publicly share your errors on [Flare](https://flareapp.io). If configured with a valid Flare API key, your errors in production applications will be tracked, and you'll get notified when they happen.

`spatie/laravel-flare` works for Laravel 11 and above applications running on PHP 8.2 and above. Looking for Ignition for Laravel, the most beautiful error page out there? You can still install `spatie/laravel-ignition` and admire it.

Official Documentation
----------------------

[](#official-documentation)

The official documentation for Flare can be found on the [Flare website](https://flareapp.io/docs/integration/laravel-customizations/introduction).

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/aac5f08742c3afcbbb7534eecd7696a28d0672bccdded01e2940bd40349b3d09/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6c61726176656c2d666c6172652e6a70673f743d31)](https://spatie.be/github-ad-click/laravel-flare)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Testing
-------

[](#testing)

The test suite includes integration tests that require a running workbench server. To run the full test suite locally:

```
# Install dependencies
composer install

# Build the workbench application
composer run build

# Start the workbench server and queue worker in the background
vendor/bin/testbench serve &
vendor/bin/testbench queue:work &

# Wait for the workbench/storage symlink to be created, then run tests
vendor/bin/pest
```

To run only the unit tests (without the workbench server):

```
vendor/bin/pest --exclude-group=integration
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Spatie](https://spatie.be)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

63

—

FairBetter than 99% of packages

Maintenance96

Actively maintained with recent releases

Popularity50

Moderate usage in the ecosystem

Community29

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 85.4% of commits — single point of failure

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

Every ~18 days

Total

42

Last Release

4d ago

Major Versions

v1.x-dev → 2.0.02025-05-20

2.8.0 → 3.0.0-rc.12026-05-06

v2.x-dev → 3.0.0-rc.22026-05-06

PHP version history (2 changes)1.0.0PHP ^8.1

2.0.0PHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7535935?v=4)[Spatie](/maintainers/spatie)[@spatie](https://github.com/spatie)

---

Top Contributors

[![rubenvanassche](https://avatars.githubusercontent.com/u/619804?v=4)](https://github.com/rubenvanassche "rubenvanassche (427 commits)")[![freekmurze](https://avatars.githubusercontent.com/u/483853?v=4)](https://github.com/freekmurze "freekmurze (35 commits)")[![AlexVanderbist](https://avatars.githubusercontent.com/u/6287961?v=4)](https://github.com/AlexVanderbist "AlexVanderbist (19 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (7 commits)")[![Marcel-Wil](https://avatars.githubusercontent.com/u/82112342?v=4)](https://github.com/Marcel-Wil "Marcel-Wil (2 commits)")[![riasvdv](https://avatars.githubusercontent.com/u/3626559?v=4)](https://github.com/riasvdv "riasvdv (2 commits)")[![joshhanley](https://avatars.githubusercontent.com/u/882837?v=4)](https://github.com/joshhanley "joshhanley (1 commits)")[![dbfx](https://avatars.githubusercontent.com/u/182394?v=4)](https://github.com/dbfx "dbfx (1 commits)")[![marventhieme](https://avatars.githubusercontent.com/u/53627227?v=4)](https://github.com/marventhieme "marventhieme (1 commits)")[![mbardelmeijer](https://avatars.githubusercontent.com/u/1583095?v=4)](https://github.com/mbardelmeijer "mbardelmeijer (1 commits)")[![thecaliskan](https://avatars.githubusercontent.com/u/13554944?v=4)](https://github.com/thecaliskan "thecaliskan (1 commits)")[![chrispage1](https://avatars.githubusercontent.com/u/2487374?v=4)](https://github.com/chrispage1 "chrispage1 (1 commits)")[![sebastiandedeyne](https://avatars.githubusercontent.com/u/1561079?v=4)](https://github.com/sebastiandedeyne "sebastiandedeyne (1 commits)")[![imhayatunnabi](https://avatars.githubusercontent.com/u/44812376?v=4)](https://github.com/imhayatunnabi "imhayatunnabi (1 commits)")

---

Tags

laravelerrorflare

###  Code Quality

TestsPest

### Embed Badge

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

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[spatie/ignition

A beautiful error page for PHP applications.

515160.6M81](/packages/spatie-ignition)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M306](/packages/laravel-horizon)[laravel/sail

Docker files for running a basic Laravel application.

1.9k205.7M1.3k](/packages/laravel-sail)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[spatie/laravel-ignition

A beautiful error page for Laravel applications.

577159.5M561](/packages/spatie-laravel-ignition)

PHPackages © 2026

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