Request::intersect()

array intersect(array|mixed $keys) Intersect an array of items with the input data. Parameters array|mixed $keys Return Value array

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

ViewServiceProvider::isDeferred()

bool isDeferred() Determine if the provider is deferred. Return Value bool

RefreshCommand::error()

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

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

MailFake::assertSentTo()

void assertSentTo(mixed $users, string $mailable, callable|null $callback = null) Assert if a mailable was sent based on a truth-test callback. Parameters mixed $users string $mailable callable|null $callback 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