Browser extension errors begone!
Our team has received a lot of feedback about errors caused by browser extensions flooding projects. We have listened! In the latest version of our JavaScript client, errors triggered by...
Oct 11th 2024 flareapp.io

Using 1password for Laravel environment variables
Secret management isn't the most thrilling part of development, but it's crucial. Let's look at some options, why we chose the 1Password CLI and how to set it up.
Sep 30th 2024 flareapp.io

Subscriber engagement statistics now available
We’ve just added a new feature that tracks your subscriber engagement in a privacy-friendly way and added an accompanying segment which you can use to segment your email lists based...
Sep 20th 2024 mailcoach.app

When everything fails, you can always trust the Laravel rescue helper
Laravel's handy rescue helper to the ... rescue!
Sep 19th 2024 flareapp.io

Check your Laravel Horizon failed jobs from Flare
From now on, you can quickly retry a failed Laravel Horizon job without hassle.
Sep 19th 2024 flareapp.io

Laravel's report helper: a must for error handling
For any application, handling errors gracefully is crucial for maintaining a smooth user experience. While PHP's try-catch statements are great at catching known exceptions and preventing them from crashing your...
Sep 19th 2024 flareapp.io

Handled exceptions
We now mark exceptions as handled when they don't crash your application.
Sep 19th 2024 flareapp.io

WeakMaps a hidden gem in PHP
In PHP 8.0 WeakMaps were added, a mystical feature we never used until we had a complicated issue to solve.
Sep 19th 2024 flareapp.io

Prioritizing exceptions
You can now set a priority for each exception to find out what needs to be fixed first.
Sep 19th 2024 flareapp.io

Running Ignition on five years of Laravel
How to fix bugs for packages used by all versions of Laravel released in the past five years?
Sep 19th 2024 flareapp.io