Tag: laravel10

How to send Email to Subscribers When You Publish a Post on Laravel

Often we write blog post and wish to send email to subscribers automatically right after the publishing the post. This is a really cool feature for laravel blog application. However it might be tricky. In today's blog post, I will show you can build a functionalities to send email to subscribers when you publish a post in laravel 10.

How to build newsletter subscriber system on Laravel 10

In laravel, writing email newsletter section is not easy. In this tutorial, I will show you how to make newsletter section in laravel 10.