Skip to content

Commit 44230f6

Browse files
committed
update README
1 parent 025b205 commit 44230f6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,15 @@ And run the migrations:
2929
php artisan migrate
3030
```
3131

32-
### Configuring the login and register controllers
33-
In order to make use of the email verification, replace the `AuthenticatesUsers` and `RegistersUsers` traits that
32+
### Configuring the login, register and forgot password controllers
33+
In order to make use of the email verification, replace the `AuthenticatesUsers`, `RegistersUsers` and the `SendsPasswordResetEmails` traits that
3434
come with Laravel, with the ones provided by this package.
3535

36-
These traits can be found in these two files:
36+
These traits can be found in these three files:
3737

3838
- `App\Http\Controllers\Auth\LoginController`
3939
- `App\Http\Controllers\Auth\RegisterController`
40+
- `App\Http\Controllers\Auth\SendsPasswordResetEmails`
4041

4142
### Add the confirmation and resend routes
4243

0 commit comments

Comments
 (0)