bool isDeferred() Determine if the provider is deferred. Return Value bool
void error(string $string, null|int|string $verbosity = null) Write a string as error output. Parameters string $string null|int|string $verbosity Return Value void
$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
Page 151 of 996