Notifiable

trait Notifiable (View source)

Traits

HasDatabaseNotifications
RoutesNotifications

Methods

MorphMany notifications()

Get the entity's notifications.

from HasDatabaseNotifications
Builder readNotifications()

Get the entity's read notifications.

from HasDatabaseNotifications
Builder unreadNotifications()

Get the entity's unread notifications.

from HasDatabaseNotifications
void notify(mixed $instance)

Send the given notification.

from RoutesNotifications
void notifyNow(mixed $instance, array $channels = null)

Send the given notification immediately.

from RoutesNotifications
mixed routeNotificationFor(string $driver, Notification|null $notification = null)

Get the notification routing information for the given driver.

from RoutesNotifications

Details

MorphMany notifications()

Get the entity's notifications.

Return Value

MorphMany

Builder readNotifications()

Get the entity's read notifications.

Return Value

Builder

Builder unreadNotifications()

Get the entity's unread notifications.

Return Value

Builder

void notify(mixed $instance)

Send the given notification.

Parameters

mixed $instance

Return Value

void

void notifyNow(mixed $instance, array $channels = null)

Send the given notification immediately.

Parameters

mixed $instance
array $channels

Return Value

void

mixed routeNotificationFor(string $driver, Notification|null $notification = null)

Get the notification routing information for the given driver.

Parameters

string $driver
Notification|null $notification

Return Value

mixed

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/Notifications/Notifiable.html