Fluent smallIncrements(string $column) Create a new auto-incrementing small integer (2-byte) column on the table. Parameters string $column Return Value Fluent
bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
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
void resolving(string $abstract, Closure $callback = null) Register a new resolving callback. Parameters string $abstract Closure $callback Return Value void
static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed
mixed __get(string $key) Dynamically retrieve attributes on the model. Parameters string $key Return Value mixed
string parameter(mixed $value) Get the appropriate query parameter place-holder for a value. Parameters mixed $value Return Value string
static void macro(string $name, callable $macro) Register a custom macro. Parameters string $name callable $macro Return Value void
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.
static void defaultView(string $view) Set the default pagination view. Parameters string $view Return Value void
Page 964 of 996