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

ResponseFactory::redirectToIntended()

RedirectResponse redirectToIntended(string $default = '/', int $status = 302, array $headers = array(), bool|null $secure = null) Create a new redirect response to the previously intended location. Parameters string $default int $status array $headers bool|null $secure Return Value RedirectResponse

MySqlConnection::update()

int update(string $query, array $bindings = array()) Run an update statement against the database. Parameters string $query array $bindings Return Value int

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

Arrayable::toArray()

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

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

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

RequestMakeCommand::getOutput()

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

HasOneOrMany::getEager()

Collection getEager() Get the relationship for eager loading. Return Value Collection

RoutesCommand::call()

int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int