Latest Posts

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)…

Read More

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…

Read More
Scroll to Top