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
+17-15Lines changed: 17 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
## Installation
6
6
7
7
To install this package you will need
8
-
- Laravel 5.4
8
+
- Laravel 5.5|5.4|5.3|5.2
9
9
- PHP 5.5
10
10
11
11
The best way to install this package is with the help of composer. Run
@@ -24,20 +24,7 @@ or install it by adding it to `composer.json` then run `composer update`
24
24
25
25
Once you have installed this package from the [composer](https://packagist.org/packages/ahsankhatri/wordpress-auth-provider), make sure to follow the below steps to configure.
@@ -68,6 +55,21 @@ Also, to register authentication guard.
68
55
],
69
56
```
70
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