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...
Aug 13th 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.
Aug 13th 2024 flareapp.io

Sending transactional emails using Mailcoach API in an Express.js application
Learn how to use Mailcoach API for transactional emails in an Express. js application.
Aug 13th 2024 mailcoach.app

Great work requires a portion of luck
I thought this image from Christoph Niemann in Sunday Sketching was worth sharing. We can force ourselves to do good work. But for great work, we need a portion...
Aug 6th 2024 sebastiandedeyne.com

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

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