nemesis/laravel-reset-password-observer

There is no license information available for the latest version (1.0.2) of this package.

Generate reset_password_token

1.0.2 2016-05-31 10:49 UTC

This package is not auto-updated.

Last update: 2024-05-20 11:31:10 UTC


README

Generate Reset Password Observer

Usage

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