Latest Posts
Template Method Design Pattern
What’s new in PHP 8.1
Enumerations // PHP < 8.1 class Status { const DRAFT = ‘draft’; const PUBLISHED = ‘published’; const ARCHIVED = ‘archived’; } function acceptStatus(string $status)…
Going Multi tenant with Mautic
Getting your Mautic instance setup for multi tenant is quick and easy. The benefit of this is that you have a single code base…
Mautic Custom Fields
Custom Fields allow you to add new fields to your Contacts and Companies. This can be helpful if you have industry specific data you…