diff --git a/config/auth.php b/config/auth.php index 0ba5d5d8f10..4ab6ffcda66 100644 --- a/config/auth.php +++ b/config/auth.php @@ -99,6 +99,20 @@ ], ], + /* + |-------------------------------------------------------------------------- + | Email Verification Settings + |-------------------------------------------------------------------------- + | + | Here you may configure your email verification settings. The expire value + | defines how long (in minutes) the verification link will remain valid + | before it expires and the user needs to request a new one. + | + */ + 'verification' => [ + 'expire' => 60, + ], + /* |-------------------------------------------------------------------------- | Password Confirmation Timeout