Your config/auth.php needs to have values in its 'password' item. For example:
'password' => [
'email' => 'emails.password',
'table' => 'password_resets',
'expire' => 60,
],
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community