Model::getRelationValue()

mixed getRelationValue(string $key) Get a relationship. Parameters string $key Return Value mixed

SlackWebhookChannel::__construct()

void __construct(Client $http) Create a new Slack channel instance. Parameters Client $http Return Value void

AbstractPaginator::defaultView()

static void defaultView(string $view) Set the default pagination view. Parameters string $view Return Value void

Arr::macro()

static void macro(string $name, callable $macro) Register a custom macro. Parameters string $name callable $macro Return Value void

SqlServerGrammar::parameter()

string parameter(mixed $value) Get the appropriate query parameter place-holder for a value. Parameters mixed $value Return Value string

MorphPivot::__get()

mixed __get(string $key) Dynamically retrieve attributes on the model. Parameters string $key Return Value mixed

Cache::getFacadeRoot()

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

Application::resolving()

void resolving(string $abstract, Closure $callback = null) Register a new resolving callback. Parameters string $abstract Closure $callback Return Value void

Factory::extend()

void extend(string $rule, Closure|string $extension, string $message = null) Register a custom validator extension. Parameters string $rule Closure|string $extension string $message Return Value void

ListenerMakeCommand::confirm()

bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool