Event::yearly()

$this yearly() Schedule the event to run yearly. Return Value $this

Request::url()

string url() Get the URL (no query string) for the request. Return Value string

TestCase::be()

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

IronQueue::pushRaw()

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

ControllerMakeCommand::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

FormRequest::bearerToken()

string|null bearerToken() Get the bearer token from the request headers. Return Value string|null

MigrationRepositoryInterface::log()

void log(string $file, int $batch) Log that a migration was run. Parameters string $file int $batch Return Value void

Schema::connection()

static Builder connection(string $name) Get a schema builder instance for a connection. Parameters string $name Return Value Builder

Builder::sharedLock()

Builder sharedLock() Share lock the selected rows in the table. Return Value Builder

Model::hasCast()

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