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

Flare Microsoft Teams migration
Microsoft deprecated the old way of receiving notifications in Teams, read in this article how to upgrade your Flare settings to keep receiving notifications in Microsoft Teams.
Jul 22nd 2024 flareapp.io

How to test all routes in your Laravel app by writing just a single Pest test
We’ve released a new package called spatie/pest-plugin-route-testing. This package can test all common routes in your Laravel app by writing a single test. In this...
Jul 19th 2024 freek.dev

A package to use Filepond in your Livewire component
We’ve published a new package called livewire-filepond, which contains a component to easily upload files. Under the hood, Filepond, a powerful JavaScript library to upload files, is used....
Jul 16th 2024 freek.dev

Guide: How to add a preview text to your campaigns
Improve your open rates by adding a preview text to your campaign.
Jul 7th 2024 mailcoach.app

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

Speeding up database searches using an invisible column
Here at Mailcoach, we handle email lists with up to millions of subscribers. Keeping queries, and especially search queries fast is paramount for a good user experience.
Jul 5th 2024 mailcoach.app

A package to display solutions on the Laravel error page
When Laravel switched to a simpler exception page, the ability to display solutions for an exception was lost. Our latest package, called spatie/laravel-error-solutions brings back that powerful feature. When...
Jul 3rd 2024 freek.dev

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.
Jun 28th 2024 flareapp.io

Prioritizing exceptions
You can now set a priority for each exception to find out what needs to be fixed first.
Jun 21st 2024 flareapp.io