In order to use password reminder, you need to implement RemindableInterface.
Please take a look at the official documentation on http://laravel.com/docs/security then ask any question you have.
My user model has this already
public function getReminderEmail()
{
return $this->email;
}
Ok problem seems to be beacuse I am using database driver
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community