portrait photo Eoghan O'Brien web developer

Notes on software development using Laravel and other random thoughts.

All of my rambling tips, tricks and thoughts on writing web applications using Laravel, collected in chronological order.


Building a theme system in Laravel

Have you ever wanted to break away from the resources folder in Laravel and have different template themes for your frontend? The key to this is actually very simple. Let me show you.

Tracking transactional email engagement with SES

Track open, click and delivery rates for transactional emails in Amazon SES by attaching the correct Configuration-Set Email Headers to all Laravel Transactional SMTP Emails.