Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 073d0f8

Browse files
committed
Added upgrade steps.
1 parent a7f8a76 commit 073d0f8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

readme.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,10 @@ class UserController extends Controller
126126

127127
To see more usage in detail, please visit the [Adldap2 Repository](http://github.com/Adldap2/Adldap2).
128128

129-
130129
## Upgrading From 2.* to 3.*
131130

132-
To upgrade from `v2.*` to `v3.*`, delete your `config/adldap_auth.php` and reconfigure.
131+
If using the Adldap2 auth driver, please follow these steps:
132+
133+
1. Delete your `config/adldap_auth.php`
134+
2. Run `php artisan vendor:publish --tag="adldap"`
135+
3. Reconfigure auth driver in `config/adldap_auth.php`

0 commit comments

Comments
 (0)