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
static void spy() Convert the facade into a Mockery spy. Return Value void
string getQueue() Get the name of the queue the job belongs to. Return Value string
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
Fluent mediumText(string $column) Create a new medium text column on the table. Parameters string $column Return Value Fluent
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
$this setIncrementing(bool $value) Set whether IDs are incrementing. Parameters bool $value Return Value $this
$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
Job|null pop(string $queue = null) Pop the next job off of the queue. Parameters string $queue Return Value Job|null
static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed Exceptions RuntimeException
Page 554 of 996