PHP code example of joepriest / passwordreset
1. Go to this page and download the library: Download joepriest/passwordreset library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
joepriest / passwordreset example snippets
'providers' => [
// ...
JoePriest\PasswordReset\PasswordResetServiceProvider::class,
];
shell
php artisan vendor:publish
shell
php artisan user:resetpassword {user_id?} {new_password?} {--random}