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.

ShouldBroadcastNow

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

SimpleMessage::error()

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

ShouldBroadcastNow::broadcastOn()

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

ShouldQueue

ShouldQueue interface ShouldQueue (View source)

ShareErrorsFromSession::__construct()

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

ShareErrorsFromSession::handle()

mixed handle(Request $request, Closure $next) Handle an incoming request. Parameters Request $request Closure $next Return Value mixed

ShareErrorsFromSession

ShareErrorsFromSession class ShareErrorsFromSession (View source) Methods void __construct(Factory $view) Create a new error binder instance. mixed handle(Request $request, Closure $next) Handle an incoming request.

ShouldBroadcast::broadcastOn()

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