Route::bind()

$this bind(Request $request) Bind the route to a given request for execution. Parameters Request $request Return Value $this

RouteCacheCommand::choice()

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value string

UserProviderInterface::validateCredentials()

bool validateCredentials(UserInterface $user, array $credentials) Validate a user against the given credentials. Parameters UserInterface $user array $credentials Return Value bool

HasMany::noConstraints()

static mixed noConstraints(Closure $callback) Run a callback with constraints disabled on the relation. Parameters Closure $callback Return Value mixed

MySqlConnection::setSchemaGrammar()

void setSchemaGrammar(Grammar $grammar) Set the schema grammar used by the connection. Parameters Grammar $grammar Return Value void

DatabaseNotificationCollection::search()

mixed search(mixed $value, bool $strict = false) Search the collection for a given value and return the corresponding key if successful. Parameters mixed $value bool $strict Return Value mixed

HasManyThrough::findMany()

Collection findMany(mixed $ids, array $columns = array('*')) Find multiple related models by their primary keys. Parameters mixed $ids array $columns Return Value Collection

PasswordResetServiceProvider::register()

void register() Register the service provider. Return Value void

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

NullConnector::connect()

Queue connect(array $config) Establish a queue connection. Parameters array $config Return Value Queue