MetaFox

Notifiable

Trait Notifiable.

Tags
mixin

Model

mixin

IsNotifiable

We don't use default RoutesNotifications of Laravel.

see
RoutesNotifications

Table of Contents

Methods

notify()  : void
Send the given notification.
notifyNow()  : void
Send the given notification immediately.
routeNotificationFor()  : mixed
Get the notification routing information for the given driver.

Methods

notify()

Send the given notification.

public notify(mixed $instance) : void
Parameters
$instance : mixed

notifyNow()

Send the given notification immediately.

public notifyNow(mixed $instance) : void
Parameters
$instance : mixed

routeNotificationFor()

Get the notification routing information for the given driver.

public routeNotificationFor(string $driver, Notification $notification) : mixed
Parameters
$driver : string
$notification : Notification

        
On this page

Search results