thiagobrauer/laravel-multiauth-password-reset

Add support to reset passwords when using multiple tables (and diffrent types of usernames) to authenticate in your Laravel application

Downloads

21

Stars

1

Version

1.0.0

laravel-multiauth-password-reset

Add support to reset passwords when using multiple tables (and diffrent types of usernames) to authenticate in your Laravel application

Installation

composer require thiagobrauer/laravel-multiauth-password-reset

If you are using Laravel 5.5 or higher, the package's provider will be automatically registered. For older version you need to add the provider to the config/app.php file:

'providers' => [
    // ...
    ThiagoBrauer\MultiAuthPasswordReset\PasswordResetServiceProvider::class,
];
thiagobrauer

Author

thiagobrauer