Laravel 10 – 13
PHP 8.2+
The project is in a healthy, maintained state
Send Laravel errors to Flare
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

mockery/mockery
^1.6.12
^8.31|^9.14|^10.8|^11.0
^2.34|^3.7.4|^4.1
phpstan/extension-installer
^1.4.3
phpstan/phpstan-deprecation-rules
^1.1.1|^2.0.1
phpstan/phpstan-phpunit
^1.3.16|^2.0.4
vlucas/phpdotenv
^5.6.1

Runtime

^10.0|^11.47|^12.42|^13.0
spatie/flare-client-php
^3.4.1
symfony/console
^6.4|^7.2.1|^8.0
symfony/var-dumper
^6.4|^7.2.3|^8.0
 Project Readme

Laravel Flare: send Laravel errors to Flare

Latest Version on Packagist Tests Total Downloads

Laravel Flare allows to publicly share your errors on Flare. 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

The official documentation for Flare can be found on the Flare website.

Support us

We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.

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. We publish all received postcards on our virtual postcard wall.

Changelog

Please see CHANGELOG for more information what has changed recently.

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

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.