Notifiable
trait Notifiable (View source)
Traits
HasDatabaseNotifications |
RoutesNotifications |
Methods
notifications() Get the entity's notifications. | from HasDatabaseNotifications | |
readNotifications() Get the entity's read notifications. | from HasDatabaseNotifications | |
unreadNotifications() Get the entity's unread notifications. | from HasDatabaseNotifications | |
void | notify(mixed $instance) Send the given notification. | from RoutesNotifications |
mixed | routeNotificationFor(string $driver) Get the notification routing information for the given driver. | from RoutesNotifications |
Details
notifications()
Get the entity's notifications.
readNotifications()
Get the entity's read notifications.
unreadNotifications()
Get the entity's unread notifications.
void notify(mixed $instance)
Send the given notification.
mixed routeNotificationFor(string $driver)
Get the notification routing information for the given driver.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.3/Illuminate/Notifications/Notifiable.html