Password::getFacadeApplication()

static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application

ConfigClearCommand::question()

void question(string $string) Write a string as question output. Parameters string $string Return Value void

BusFake::assertNotDispatched()

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

Command::hasArgument()

bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool

MorphToMany::firstOrCreate()

Model firstOrCreate(array $attributes, array $joining = array(), bool $touch = true) Get the first related record matching the attributes or create it. Parameters array $attributes array $joining bool $touch Return Value Model

Lang::getFacadeRoot()

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

User::attributesToArray()

array attributesToArray() Convert the model's attributes to an array. Return Value array

PostgresConnection::beginTransaction()

void beginTransaction() Start a new database transaction. Return Value void Exceptions Exception

Response::content()

string content() Get the content of the response. Return Value string

ConfigCacheCommand::comment()

void comment(string $string, null|int|string $verbosity = null) Write a string as comment output. Parameters string $string null|int|string $verbosity Return Value void