Queue::spy()

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

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

JsonResponse::__construct()

__construct(mixed $data = null, int $status = 200, array $headers = array(), int $options) Constructor. Parameters mixed $data int $status array $headers int $options

Htmlable

Htmlable interface Htmlable (View source) Methods string toHtml() Get content as a string of HTML.

Factory::getCurrentUrl()

string getCurrentUrl() Get the root URL for the request. Return Value string

DatabaseNotificationCollection::__toString()

string __toString() Convert the collection to its string representation. Return Value string

Blueprint::temporary()

void temporary() Indicate that the table needs to be temporary. Return Value void

DatabaseFailedJobProvider::find()

array find(mixed $id) Get a single failed job. Parameters mixed $id Return Value array

JoinClause::whereNotBetween()

Builder|Builder whereNotBetween(string $column, array $values, string $boolean = 'and') Add a where not between statement to the query. Parameters string $column array $values string $boolean Return Value Builder|Builder

ConsoleMakeCommand::question()

void question(string $string, null|int|string $verbosity = null) Write a string as question output. Parameters string $string null|int|string $verbosity Return Value void