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

Commit 29e3080

Browse files
authored
Merge pull request #617 from finagin/patch-1
Fix typo
2 parents d9b7e7a + 062bc87 commit 29e3080

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/auth/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ however you will still need to publish the configuration file using the
5656
command below:
5757

5858
```bash
59-
php artisan vendor:publish --provdier="Adldap\Laravel\AdldapAuthServiceProvider"
59+
php artisan vendor:publish --provider="Adldap\Laravel\AdldapAuthServiceProvider"
6060
```
6161

6262
Then, open your `config/auth.php` configuration file and change the `driver`
@@ -71,4 +71,4 @@ value inside the `users` authentication provider to `ldap`:
7171
],
7272
```
7373

74-
Now that you've completed the basic installation, let's move along to the [setup guide](setup.md).
74+
Now that you've completed the basic installation, let's move along to the [setup guide](setup.md).

0 commit comments

Comments
 (0)