Blueprint::smallIncrements()

Fluent smallIncrements(string $column) Create a new auto-incrementing small integer (2-byte) column on the table. Parameters string $column Return Value Fluent

ListenerMakeCommand::confirm()

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

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

Application::resolving()

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

Cache::getFacadeRoot()

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

MorphPivot::__get()

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

SqlServerGrammar::parameter()

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

Arr::macro()

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

HttpResponseException

HttpResponseException class HttpResponseException extends RuntimeException (View source) Methods void __construct(Response $response) Create a new HTTP response exception instance. Response getResponse() Get the underlying response instance.

AbstractPaginator::defaultView()

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