You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -41,13 +41,13 @@ You can scan the QR code on [this (old) demo page](https://antoniocarlosribeiro.
41
41
|---------|-----------|-------------------|
42
42
| 4.2 | <= 1.0.1 ||
43
43
| 5.0-5.1 | <= 1.0.1 ||
44
-
| 5.2-5.6| >= 2.0.0 | >= 0.2.0 |
44
+
| 5.2-6.x| >= 2.0.0 | >= 0.2.0 |
45
45
46
46
Before Google2FA 2.0 (Laravel 5.1) you have to install `pragmarx/google2fa:~1.0`, because this package was both a Laravel package and a PHP (agnostic).
47
47
48
48
## Demo
49
49
50
-
Click [here](https://pragmarx.com/google2fa/middleware) to see the middleware demo:
50
+
Click [here](https://pragmarx.com/playground/google2fa/middleware) to see the middleware demo:
51
51
52
52

53
53
@@ -60,7 +60,7 @@ Use Composer to install it:
60
60
61
61
## Installing on Laravel
62
62
63
-
### Laravel 5.5
63
+
### Laravel 5.5 and above
64
64
65
65
You don't have to do anything else, this package autoloads the Service Provider and create the Alias, using the new Auto-Discovery feature.
66
66
@@ -123,7 +123,7 @@ Route::get('/admin', function () {
123
123
124
124
There are three available: **imagemagick** (default), **svg** and **eps**.
125
125
126
-
You can hange it via config:
126
+
You can change it via config:
127
127
128
128
```php
129
129
/*
@@ -211,7 +211,7 @@ use PragmaRX\Google2FALaravel\Support\Authenticator;
211
211
212
212
## Throttling / Lockout after X attempts
213
213
214
-
Unless you need somethig really fancy, you can probably use Laravel's [route throttle middleware](https://laravel.com/docs/5.8/middleware) for that:
214
+
Unless you need something really fancy, you can probably use Laravel's [route throttle middleware](https://laravel.com/docs/6.x/middleware) for that:
0 commit comments