Building My First Laravel Package: An Amazon SES Implementation
Across multiple Laravel projects, I kept repeating the same setup for transactional emails using Amazon SES. Nothing complex, just the usual: SES credentials sending logic some separation from business code But it was always reimplemented slightly differently in each project. At some point, it stopped making sense to keep rewriting it. So I extracted it …
Building My First Laravel Package: An Amazon SES Implementation Read More »
