https://drive.google.com/file/d/18hfQB4jxd6bo5JlA8HnX96QAwb7AcBxE/view
Önsözü şöyle:
Türkçe;
Bu, Domain-Driven Design with Laravel kitabından örnek bir bölümdür.
Bu bölümde bir yayın gönderilirken filtrelerin nasıl uygulanacağı açıklanmaktadır; bu nedenle önce bir yayının ne olduğunu tartışalım. Aboneler için tek seferlik bir e-postadır. Eğer bunu okuyorsanız muhtemelen buraya bir e-postadan geldiniz.
sana fena halde spam gönderiyor, değil mi? Bu bir yayındır.
Yalnızca birkaç önemli özelliğe sahiptir:
Konu: Bu, favori e-posta istemcinizde gördüğünüz şeydir.
İçerik: Bu, e-postanın gerçek HTML içeriğidir. Bunu indirdiğiniz bağlantıyı içerir
bölüm.
Filtreler: Yalnızca abonelerin bir alt kümesinin e-postayı alması için filtreler uygulayabilirsiniz. Örneğin, daha önce
Size bu e-postayı gönderdim, kitabı satın almış olan herkesi hariç tuttum.
Bir sonraki bölümde böyle bir özelliğin harika ve genişletilmesi kolay bir şekilde nasıl uygulanacağını tartışacağım.
İngilizce:
This is a sample chapter from the book Domain-Driven Design with Laravel.
This chapter describes how to apply filters when sending a broadcast, so first, let's discuss what a broadcast
is. It's a one-time e-mail for subscribers. If you're reading this, you probably came here from an e-mail that
spams the hell out of you, right? This is a broadcast.
It has only a handful of important properties:
Subject: this is what you see in your favorite e-mail client.
Content: this is the actual HTML content of the e-mail. It contains the link where you downloaded this
chapter.
Filters: you can apply filters so only a subset of subscribers will receive the e-mail. For example, before
I sent you this e-mail, I excluded everyone who had already bought the book.
In the following chapter, I'll discuss how to implement such a feature in a cool and easy-to-extend way.
Yazarı: Martin Joo