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.
Full Changelog: https://github.com/spatie/laravel-flare/compare/3.0.0...3.0.1
Logs ship as a first-class signal, traces come along for the ride:
'flare' into config/logging.php and Laravel's logger ships log messages straight to Flare as standalone entities, recorded in the OpenTelemetry log format. Add it to LOG_STACK to fan out alongside your existing log targets. See Logs.minimal_log_level in config/flare.php (or MinimalLogLevel on FlareConfig) drops anything below the configured Monolog level before it leaves the application. See Log levels.RateSampler and DynamicSampler with Laravel-specific rules for route name, route action, queue name, and queue connection (route-action rules accept [Controller::class, 'method'] tuples). See Sampling.LaravelHttpSender by default, DaemonSender to route through the local Flare daemon.spatie/flare-client-php ^3.0.spatie/error-solutions dependency, AddSolutions middleware, solution-related config keys).reportMessage() and friends — use the new logging surface instead.Full upgrade notes in UPGRADING.md.
Full Changelog: https://github.com/spatie/laravel-flare/compare/2.7.2...2.8.0
Add support for Laravel 13
Full Changelog: https://github.com/spatie/laravel-flare/compare/2.7.0...2.7.1
Full Changelog: https://github.com/spatie/laravel-flare/compare/2.6.2...2.7.0
Full Changelog: https://github.com/spatie/laravel-flare/compare/2.5.0...2.5.1
Fixed: streamed responses in external HTTP calls are no longer read to determine response size. This solves compatibility issues with PrismPHP and other libraries that use Laravel's HTTP client to stream responses.
Full Changelog: https://github.com/spatie/laravel-flare/compare/2.2.2...2.2.3
Full Changelog: https://github.com/spatie/laravel-flare/compare/2.2.1...2.2.2
Full Changelog: https://github.com/spatie/laravel-flare/compare/2.2.0...2.2.1
Full Changelog: https://github.com/spatie/laravel-flare/compare/2.1.2...2.2.0
Full Changelog: https://github.com/spatie/laravel-flare/compare/2.1.0...2.1.1
Full Changelog: https://github.com/spatie/laravel-flare/compare/2.0.4...2.0.5
A complete new release!
Full Changelog: https://github.com/spatie/laravel-flare/compare/1.1.1...1.1.2
Full Changelog: https://github.com/spatie/laravel-flare/compare/1.1.0...1.1.1
How can I help you explore Laravel packages today?