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.
All of my rambling tips, tricks and thoughts on writing web applications using Laravel, collected in chronological order.
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.
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.