trait Illuminate / Notifications / RoutesNotifications
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

RoutesNotifications

Methods

public

notify ( $instance ) : void

Send the given notification.

Parameters

  • $instance mixed
public

notifyNow ( $instance , array $channels ) : void

Send the given notification immediately.

Parameters

  • $instance mixed
  • $channels array|null
public

routeNotificationFor ( $driver , $notification ) : mixed

Get the notification routing information for the given driver.

Parameters