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

Dispatcher

Methods

public

send ( $notifiables , $notification ) : void

Send the given notification to the given notifiable entities.

Parameters

  • $notifiables Illuminate\...\Collection|array|mixed
  • $notification mixed
public

sendNow ( $notifiables , $notification ) : void

Send the given notification immediately.

Parameters

  • $notifiables Illuminate\...\Collection|array|mixed
  • $notification mixed