spatie / laravel-flare
Send Laravel errors to Flare
Fund package maintenance!
Requires
- php: ^8.2
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- illuminate/support: ^11.46|^12.0|^13.0
- spatie/error-solutions: ^2.0
- spatie/flare-client-php: ^2.10.2
- spatie/laravel-error-share: ^1.0.3
- symfony/console: ^7.2.1|^8.0
- symfony/var-dumper: ^7.2.3|^8.0
Requires (Dev)
- laravel/serializable-closure: ^2.0
- livewire/livewire: ^3.6.0|^4.0
- mockery/mockery: ^1.6.12
- openai-php/client: ^0.8.5
- orchestra/testbench: ^9.14|^10.8|^11.0
- pestphp/pest: ^2.34|^3.7.4|^4.1
- pestphp/pest-plugin-laravel: ^2.4|^3.0|^4.0
- 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
Suggests
- openai-php/client: Required to get solutions from OpenAI
- psr/simple-cache-implementation: Used to cache solutions from OpenAI
- dev-main
- v2.x-dev
- 2.8.0
- 2.7.2
- 2.7.1
- 2.7.0
- 2.6.2
- 2.6.1
- 2.6.0
- 2.5.1
- 2.5.0
- 2.4.2
- 2.4.1
- 2.4.0
- 2.3.1
- 2.3.0
- 2.2.4
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- v1.x-dev
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.0
- dev-logging
- dev-livewire-updates
- dev-feature/label-unmatched-route-errors
- dev-support-laravel-13
- dev-ignition
This package is auto-updated.
Last update: 2026-04-23 09:03:52 UTC
README
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.