Skip to content

thiagobrauer/laravel-multiauth-password-reset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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,
];

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages