You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal of this feature is for a given user to receive a notification when someone likes their tweet.
Implementation steps
Add the frontend for a notification icon in the navigation bar
Create a new notification
Create an event that fires when someone likes a given tweet
Link the event and the notification together
Further Reading
Thankfully Laravel ships with it's own notification system built-in. it has support for email, sms, markdown notifications and more. the one we're interested in is Database Notifications. read through that documentation page if you haven't already.
The text was updated successfully, but these errors were encountered:
Description
The goal of this feature is for a given user to receive a notification when someone likes their tweet.
Implementation steps
Further Reading
Thankfully Laravel ships with it's own notification system built-in. it has support for email, sms, markdown notifications and more. the one we're interested in is Database Notifications. read through that documentation page if you haven't already.
The text was updated successfully, but these errors were encountered: