Notifiable
trait Notifiable
Traits
Methods
mixed
routeNotificationFor(string $driver)
Get the notification routing information for the given driver.
from
RoutesNotifications
Details
in
HasDatabaseNotifications at line 10
notifications()
Get the entity's notifications.
in
HasDatabaseNotifications at line 19
readNotifications()
Get the entity's read notifications.
in
HasDatabaseNotifications at line 28
unreadNotifications()
Get the entity's unread notifications.
in
RoutesNotifications at line 16
void
notify(mixed $instance)
Send the given notification.
in
RoutesNotifications at line 27
mixed
routeNotificationFor(string $driver)
Get the notification routing information for the given driver.