Input::get()

static mixed get(string $key = null, mixed $default = null) Get an item from the input data. This method is used for all request verbs (GET, POST, PUT, and DELETE) Parameters string $key mixed $default Return Value mixed

SyncJob::fire()

void fire() Fire the job. Return Value void

HasDatabaseNotifications::readNotifications()

readNotifications() Get the entity's read notifications.

User::getIncrementing()

bool getIncrementing() Get the value indicating whether the IDs are incrementing. Return Value bool

Collection::first()

mixed first(callable $callback = null, mixed $default = null) Get the first item from the collection. Parameters callable $callback mixed $default Return Value mixed

ClosureCommand::info()

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

TableCommand::fire()

void fire() Execute the console command. Return Value void

ViewServiceProvider::__call()

mixed __call(string $method, array $parameters) Dynamically handle missing method calls. Parameters string $method array $parameters Return Value mixed

ListFailedCommand::confirm()

bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool

Mailable::with()

$this with(string|array $key, mixed $value = null) Set the view data for the message. Parameters string|array $key mixed $value Return Value $this