static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application
void question(string $string) Write a string as question output. Parameters string $string Return Value void
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
bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool
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
static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed
array attributesToArray() Convert the model's attributes to an array. Return Value array
void beginTransaction() Start a new database transaction. Return Value void Exceptions Exception
string content() Get the content of the response. Return Value string
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
Page 403 of 996