SendsPasswordResetEmails

SendsPasswordResetEmails trait SendsPasswordResetEmails (View source) Methods Response showLinkRequestForm() Display the form to request a password reset link. RedirectResponse sendResetLinkEmail(Request $request) Send a reset link to the given user. PasswordBroker broker() Get the broker to be used during password reset.

MorphOneOrMany::match()

abstract array match(array $models, Collection $results, string $relation) Match the eagerly loaded results to their parents. Parameters array $models Collection $results string $relation Return Value array

SubscribeCommand deprecated::fire()

void fire() Execute the console command. Return Value void Exceptions RuntimeException

SessionInterface::exists()

bool exists(string|array $key) Checks if an attribute exists. Parameters string|array $key Return Value bool

Connection::transactionLevel()

int transactionLevel() Get the number of active transactions. Return Value int

Connection::pretending()

bool pretending() Determine if the connection in a "dry run". Return Value bool

Expression::__toString()

string __toString() Get the value of the expression. Return Value string

FactoryBuilder::create()

mixed create(array $attributes = array()) Create a collection of models and persist them to the database. Parameters array $attributes Return Value mixed

Route::setRouter()

$this setRouter(Router $router) Set the router instance on the route. Parameters Router $router Return Value $this

SqlServerConnection::prepareBindings()

array prepareBindings(array $bindings) Prepare the query bindings for execution. Parameters array $bindings Return Value array