static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed
void broadcast(array $channels, string $event, array $payload = array()) Broadcast the given event. Parameters array $channels string $event array $payload Return Value void
void rollBack() Rollback the active database transaction. Return Value void
static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed
$this setVisible(array $visible) Set the visible attributes for the model. Parameters array $visible Return Value $this
void addReplacer(string $rule, Closure|string $replacer) Register a custom validator message replacer. Parameters string $rule Closure|string $replacer Return Value void
bool hasMiddleware(string $middleware) Determine if the kernel has a given middleware. Parameters string $middleware Return Value bool
void fire() Fire the job. Return Value void
SlackWebhookChannel class SlackWebhookChannel (View source) Methods void __construct(Client $http) Create a new Slack channel instance. ResponseInterface send(mixed $notifiable, Notification $notification) Send the given notification.
void bind(string|array $abstract, Closure|string|null $concrete = null, bool $shared = false) Register a binding with the container. Parameters string|array $abstract Closure|string|null $concrete bool $shared Return Value void
Page 473 of 996