ConfigClearCommand::secret()

string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string

Container

Illuminate\Container Classes Container

ConsoleSupportServiceProvider::compiles()

static array compiles() Get a list of files that should be compiled for the package. Return Value array

Form::swap()

static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void

Unique::whereNull()

$this whereNull(string $column) Set a "where null" constraint on the query. Parameters string $column Return Value $this

RequestMakeCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface

User::morphOne()

MorphOne morphOne(string $related, string $name, string $type = null, string $id = null, string $localKey = null) Define a polymorphic one-to-one relationship. Parameters string $related string $name string $type string $id string $localKey Return Value MorphOne

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

Arrayable::toArray()

array toArray() Get the instance as an array. Return Value array

RouteCacheCommand::secret()

string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string