Input::getFacadeRoot()

static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed

Broadcaster::broadcast()

void broadcast(array $channels, string $event, array $payload = array()) Broadcast the given event. Parameters array $channels string $event array $payload Return Value void

PostgresConnection::rollBack()

void rollBack() Rollback the active database transaction. Return Value void

Storage::__callStatic()

static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed

MorphPivot::setVisible()

$this setVisible(array $visible) Set the visible attributes for the model. Parameters array $visible Return Value $this

Validator::addReplacer()

void addReplacer(string $rule, Closure|string $replacer) Register a custom validator message replacer. Parameters string $rule Closure|string $replacer Return Value void

Kernel::hasMiddleware()

bool hasMiddleware(string $middleware) Determine if the kernel has a given middleware. Parameters string $middleware Return Value bool

DatabaseJob::fire()

void fire() Fire the job. Return Value void

SlackWebhookChannel

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.

Application::bind()

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