interface
Illuminate
/
Contracts
/
Notifications
/
Factory
Factory
Methods
public
channel ( $name ) : mixed
Get a channel instance by name.
Parameters
- $name string|null
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