|
3 | 3 | return [ |
4 | 4 |
|
5 | 5 | /* |
6 | | - |-------------------------------------------------------------------------- |
7 | | - | Default Email View Type |
8 | | - |-------------------------------------------------------------------------- |
9 | | - | |
10 | | - | This option controls the default email view type. |
11 | | - | |
12 | | - | Supported: "default", "markdown" |
| 6 | + |--------------------------------------------------------------------------- |
| 7 | + | E-mail options |
| 8 | + |--------------------------------------------------------------------------- |
13 | 9 | | |
14 | 10 | */ |
15 | 11 | 'email' => [ |
| 12 | + /* |
| 13 | + |----------------------------------------------------------------------- |
| 14 | + | Email View Type |
| 15 | + |----------------------------------------------------------------------- |
| 16 | + | |
| 17 | + | This option defines the email view type. |
| 18 | + | |
| 19 | + | Supported: "default", "markdown" |
| 20 | + | |
| 21 | + */ |
16 | 22 | 'type' => 'default', |
| 23 | + |
| 24 | + /* |
| 25 | + |----------------------------------------------------------------------- |
| 26 | + | Custom view name |
| 27 | + |----------------------------------------------------------------------- |
| 28 | + | |
| 29 | + | This option defines a custom view name. |
| 30 | + | |
| 31 | + */ |
| 32 | + 'view' => null, |
17 | 33 | ], |
18 | 34 |
|
19 | 35 | /* |
20 | | - |-------------------------------------------------------------------------- |
| 36 | + |--------------------------------------------------------------------------- |
21 | 37 | | Log the user in after verification |
22 | | - |-------------------------------------------------------------------------- |
| 38 | + |--------------------------------------------------------------------------- |
23 | 39 | | |
24 | | - | This option defines if the user should be loged in after verification. |
| 40 | + | This option defines if the user should be logged in after verification. |
25 | 41 | | USE WITH CAUTION as it may introduce security issues in your app. |
| 42 | + | By default Laravel log in a new registered user. |
26 | 43 | | |
27 | 44 | | Supported: (bool) "true", "false" |
28 | 45 | | |
|
0 commit comments