$this yearly() Schedule the event to run yearly. Return Value $this
string url() Get the URL (no query string) for the request. Return Value string
void be(Authenticatable $user, string|null $driver = null) Set the currently logged in user for the application. Parameters Authenticatable $user string|null $driver Return Value void
mixed pushRaw(string $payload, string $queue = null, array $options = array()) Push a raw payload onto the queue. Parameters string $payload string $queue array $options Return Value mixed
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
string|null bearerToken() Get the bearer token from the request headers. Return Value string|null
void log(string $file, int $batch) Log that a migration was run. Parameters string $file int $batch Return Value void
static Builder connection(string $name) Get a schema builder instance for a connection. Parameters string $name Return Value Builder
Builder sharedLock() Share lock the selected rows in the table. Return Value Builder
bool hasCast(string $key, array|string|null $types = null) Determine whether an attribute should be cast to a native type. Parameters string $key array|string|null $types Return Value bool
Page 152 of 996