Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Commit c23594e

Browse files
authored
Update README.md
1 parent 8a66e87 commit c23594e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ class User extends Authenticatable
4747
```
4848
Optionally, you might want to add `'mobile'` to your `$fillable` array.
4949

50+
6 Add the following `.env` var:
51+
```
52+
TWO_FACTOR_AUTH_DRIVER=messagebird
53+
```
54+
Here it is assumed you want to use the MessageBird driver.
55+
5056
## Changes to the Login Process
5157
The following two-factor authentication routes will be added automatically:
5258
```php

0 commit comments

Comments
 (0)