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
or install it by adding it to `composer.json` then run `composer update`
17
17
```
18
18
"require": {
19
-
"ahsankhatri/wordpress-auth-provider": "^1.0",
19
+
"ahsankhatri/wordpress-auth-provider": "^2.0",
20
20
}
21
21
```
22
22
@@ -55,21 +55,6 @@ To register authentication guard.
55
55
],
56
56
```
57
57
58
-
**Laravel 5.5** uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider. Follow following step if you're using less than v5.5.
`password_resets` table (from Laravel default auth mechanism) is required to hold reset password token. If you do not have `password_resets` table then use this migration instead
0 commit comments