SimpleMessage::error()

$this error() Indicate that the notification gives information about an error. Return Value $this

SimpleMessage::action()

$this action(string $text, string $url) Configure the "call to action" button. Parameters string $text string $url Return Value $this

SimpleMessage

SimpleMessage class SimpleMessage (View source) Properties string $level The "level" of the notification (info, success, error). string $subject The subject of the notification. string|null $greeting The notification's greeting. array $introLines The "intro" lines of the notification. array $outroLines The "outro" lines of the notification. string $actionText The text / label for the action. string $actionUrl The action URL.

ShouldQueue

ShouldQueue interface ShouldQueue (View source)

ShouldBroadcastNow::broadcastOn()

array broadcastOn() Get the channels the event should broadcast on. Return Value array

ShouldBroadcastNow

ShouldBroadcastNow interface ShouldBroadcastNow implements ShouldBroadcast (View source) Methods array broadcastOn() Get the channels the event should broadcast on. from ShouldBroadcast

ShouldBroadcast::broadcastOn()

array broadcastOn() Get the channels the event should broadcast on. Return Value array

ShouldBroadcast

ShouldBroadcast interface ShouldBroadcast (View source) Methods array broadcastOn() Get the channels the event should broadcast on.

ShouldBeQueued deprecated

ShouldBeQueued deprecated interface ShouldBeQueued implements ShouldQueue (View source) deprecated since version 5.1. Use the ShouldQueue interface.

ShareErrorsFromSession::__construct()

void __construct(Factory $view) Create a new error binder instance. Parameters Factory $view Return Value void