ClearResetsCommand::confirm()

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

EncryptedStore::getOldInput()

mixed getOldInput(string $key = null, mixed $default = null) Get the requested item from the flashed input array. Parameters string $key mixed $default Return Value mixed

ControllerMakeCommand::setLaravel()

void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void

SimpleMessage::toArray()

array toArray() Get an array representation of the message. Return Value array

ValidatesRequests::validateWith()

void validateWith(Validator|array $validator, Request $request = null) Run the validation routine against the given validator. Parameters Validator|array $validator Request $request Return Value void

Pipeline::send()

$this send(mixed $passable) Set the object being sent through the pipeline. Parameters mixed $passable Return Value $this

MailgunTransport::__construct()

void __construct(ClientInterface $client, string $key, string $domain) Create a new Mailgun transport instance. Parameters ClientInterface $client string $key string $domain Return Value void

Kernel::getApplication()

Application getApplication() Get the Laravel application instance. Return Value Application

Builder::getRelation()

Relation getRelation(string $name) Get the relation instance for the given relation name. Parameters string $name Return Value Relation

HandleExceptions::handleError()

void handleError(int $level, string $message, string $file = '', int $line, array $context = array()) Convert a PHP error to an ErrorException. Parameters int $level string $message string $file int $line array $context Return Value void Exceptions ErrorException