static array morphMap(array $map = null, bool $merge = true) Set or get the morph map for polymorphic relations. Parameters array $map bool $merge Return Value array
$this add(string $key, string $message) Add a message to the bag. Parameters string $key string $message Return Value $this
UploadedFile|array|null file(string $key = null, mixed $default = null) Retrieve a file from the request. Parameters string $key mixed $default Return Value UploadedFile|array|null
int rawUpdate(array $attributes = array()) Run a raw update against the base query. Parameters array $attributes Return Value int
void addConnector(string $driver, Closure $resolver) Add a queue connection resolver. Parameters string $driver Closure $resolver Return Value void
void line(string $string, string $style = null, null|int|string $verbosity = null) Write a string as standard output. Parameters string $string string $style null|int|string $verbosity Return Value void
bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
Builder newQueryWithoutScope(Scope|string $scope) Get a new query instance without a given scope. Parameters Scope|string $scope Return Value Builder
void question(string $string) Write a string as question output. Parameters string $string Return Value void
void setDomain(string $domain) Set the domain being used by the transport. Parameters string $domain Return Value void
Page 155 of 996