Store::now()

void now(string $key, mixed $value) Flash a key / value pair to the session for immediate use. Parameters string $key mixed $value Return Value void

Event::spy()

static void spy() Convert the facade into a Mockery spy. Return Value void

IronJob::getQueue()

string getQueue() Get the name of the queue the job belongs to. Return Value string

VendorPublishCommand::anticipate()

string anticipate(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

Blueprint::mediumText()

Fluent mediumText(string $column) Create a new medium text column on the table. Parameters string $column Return Value Fluent

AppNameCommand::askWithCompletion()

string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

MorphPivot::setIncrementing()

$this setIncrementing(bool $value) Set whether IDs are incrementing. Parameters bool $value Return Value $this

TestCase::seeIsAuthenticatedAs()

$this seeIsAuthenticatedAs($user, string|null $guard = null) Assert that the user is authenticated as the given user. Parameters $user string|null $guard Return Value $this

SyncQueue::pop()

Job|null pop(string $queue = null) Pop the next job off of the queue. Parameters string $queue Return Value Job|null

Mail::__callStatic()

static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed Exceptions RuntimeException