Notifications
Refresher on the basic concept of sending notifications in Laravel
Introduction
Laravel provides support for sending notifications through different channels. These channels include but are not limited to email, SMS (via Vonage), database (in-app), and Slack.
Generating notifications
Every notification has a corresponding Notification
class file stored in the ...
Create a free account to access the full course.
By signing up, you agree to Educative's Terms of Service and Privacy Policy