We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a19af7 commit 59b6682Copy full SHA for 59b6682
config/auth.php
@@ -99,6 +99,20 @@
99
],
100
101
102
+ /*
103
+ |--------------------------------------------------------------------------
104
+ | Email Verification Settings
105
106
+ |
107
+ | Here you may configure your email verification settings. The expire value
108
+ | defines how long (in minutes) the verification link will remain valid
109
+ | before it expires and the user needs to request a new one.
110
111
+ */
112
+ 'verification' => [
113
+ 'expire' => 60,
114
+ ],
115
+
116
/*
117
|--------------------------------------------------------------------------
118
| Password Confirmation Timeout
0 commit comments