Skip to content

Commit aac5e3e

Browse files
committed
add link
1 parent bab025a commit aac5e3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

releases.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ A `verified` middleware has been added to the default application's HTTP kernel.
6565

6666
'verified' => \Illuminate\Auth\Middleware\EnsureEmailIsVerified::class,
6767

68+
> {tip} To learn more about email verification, check out the [complete documentation](/docs/{{version}}/verification).
69+
6870
### Guest User Gates / Policies
6971

7072
In previous versions of Laravel, authorization gates and policies automatically returned `false` for unauthenticated visitors to your application. However, you may now allow guests to pass through authorization checks by declaring an "optional" type-hint or supplying a `null` default value for the user argument definition:

0 commit comments

Comments
 (0)