You can now use webhooks in email automations
This unlock our automations to be used for other things besides sending emails
Feb 8th 2023
•
mailcoach.app
Using Laravel Sanctum to create dynamic abilities
In Oh Dear, we recently added the ability to create fine-grained API tokens that are scoped by a model. Behind the scenes, it uses Laravel Sanctum to create...
Feb 8th 2023
•
freek.dev
Creating an onboarding email drip campaign using Mailcoach
Make use of Mailcoach powerful automations feature to welcome new users to your SaaS.
Feb 6th 2023
•
mailcoach.app
Creating an onboarding email drip campaign using Mailcoach
One way to teach your audience the features you offer is by creating a drip campaign about all the features your platform offers. Better knowledge of all features hopefully leads...
Feb 6th 2023
•
freek.dev
A package to integrate HelpSpace in your Laravel app
I'm happy to announce that we've released another new package: spatie/laravel-help-space. This one makes it easy to populate a custom sidebar in HelpSpace with the data from your...
Jan 27th 2023
•
freek.dev
A package to automatically copy deleted records to a separate table
We've released a new package called spatie/laravel-deleted-models. When deleting a model, this package will copy over its attributes to a table called deleted_models.
You can view this package as...
Jan 16th 2023
•
freek.dev
How to test Laravel's invokable rules
Laravel 9 introduced a new way to create custom validation rules: invokable rules. It allows you to write a custom validation rule with only one method: __invoke.
Here's...
Jan 15th 2023
•
freek.dev
How to improve initial page load time by deferring rendering Livewire components
Livewire is an amazing piece of technology. It is extensively used in two products I work on: Oh Dear and Mailcoach Cloud.
In this post, I'd like to...
Dec 29th 2022
•
freek.dev
You can now add custom attributes to subscribers
You can now add custom attributes to subscribers
Dec 21st 2022
•
mailcoach.app
Create the perfect newsletter using conditional content
We're proud to announce that you can now use conditional content when creating a newsletter/
Dec 21st 2022
•
mailcoach.app