| Package Data | |
|---|---|
| Maintainer Username: | nemesis1988 |
| Maintainer Contact: | bondarenko.kirill@gmail.com (Bondarenko Kirill) |
| Package Create Date: | 2016-05-31 |
| Package Last Update: | 2016-05-31 |
| Language: | PHP |
| License: | Unknown |
| Last Refreshed: | 2025-11-02 15:01:03 |
| Package Statistics | |
|---|---|
| Total Downloads: | 254 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Append observer to model boot method:
public static function boot()
{
parent::boot();
User::observe(app(GenerateResetPasswordTokenObserver::class));
}
In the model should be reset_password_token field