spatie/laravel-flare
Send Laravel 11+ production errors to Flare for tracking, alerts, and shareable public reports. Configure with a Flare API key to capture exceptions automatically. Supports PHP 8.2+ and integrates cleanly alongside Laravel Ignition.
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.
The official documentation for Flare can be found on the Flare website.
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.
Please see CHANGELOG for more information what has changed recently.
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
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.
How can I help you explore Laravel packages today?