RemindableInterface interface RemindableInterface (
string getReminderEmail() Get the e-mail address where password reminders
void delete(string $token) Delete a reminder record by token.
int sendReminder(RemindableInterface
array provides() Get the services provided by the provider.
void deleteExpired() Delete expired reminders.
string createNewToken(RemindableInterface
bool exists(RemindableInterface $user
string remind(array $credentials, Closure $callback = null)
void package(string $package, string $namespace = null, string $path = null)
Page 1 of 4