User::guard()

$this guard(array $guarded) Set the guarded attributes for the model. Parameters array $guarded Return Value $this

Route::__callStatic()

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

Support\Facades

Illuminate\Support\Facades Classes App Artisan Auth Blade Cache Config Cookie Crypt DB Event Facade File Form HTML Hash Input Lang Log Mail Paginator Password Queue Redirect Redis Request Response Route SSH Schema Session URL Validator View

Builder::removedScopes()

array removedScopes() Get an array of global scopes that were removed from the query. Return Value array

RedirectResponse::header()

$this header(string $key, array|string $values, bool $replace = true) Set a header on the Response. Parameters string $key array|string $values bool $replace Return Value $this

SeedCommand::ask()

string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string

QueueFake::assertNotPushed()

void assertNotPushed(string $job, callable|null $callback = null) Determine if a job was pushed based on a truth-test callback. Parameters string $job callable|null $callback Return Value void

Blueprint::drop()

Fluent drop() Indicate that the table should be dropped. Return Value Fluent

Store::putMany()

void putMany(array $values, float|int $minutes) Store multiple items in the cache for a given number of minutes. Parameters array $values float|int $minutes Return Value void

Builder::min()

mixed min(string $column) Retrieve the minimum value of a given column. Parameters string $column Return Value mixed