A notification may be dispatched through any number of "channels." Perhaps a particular notification should alert the user via email and through the website. Sure, no problem! Let's learn how in this episode.
app/Models
directory. This means an App\Post
namespace should now be App\Models\Post
.