bool isExpression(mixed $value) Determine if the given value is a raw expression. Parameters mixed $value Return Value bool
string getDateFormat() Get the format for database stored dates. Return Value string
array wrapArray(array $values) Wrap an array of values. Parameters array $values Return Value array
void __construct() Create a new console command instance. Return Value void
mixed transaction(Closure $callback, int $attempts = 1) Execute a Closure within a transaction. Parameters Closure $callback int $attempts Return Value mixed Exceptions Throwable
$this weekdays() Schedule the event to run only on weekdays. Return Value $this
array getCasts() Get the casts array. Return Value array
Collection groupBy(callable|string $groupBy, bool $preserveKeys = false) Group an associative array by a field or using a callback. Parameters callable|string $groupBy bool $preserveKeys Return Value Collection
static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void
Page 52 of 996