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

Commit 7ef8746

Browse files
committed
Merge pull request #16 from tortuetorche/patch-1
Add a tag name to the vendor:publish Artisan commands in README.md
2 parents e99cf1e + 60d05c0 commit 7ef8746

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Then insert the facade:
2727

2828
Publish the configuration file by running:
2929
```bash
30-
php artisan vendor:publish
30+
php artisan vendor:publish --tag="adldap"
3131
```
3232

3333
Now you're all set!
@@ -99,7 +99,7 @@ Adldap\Laravel\AdldapAuthServiceProvider::class,
9999
Publish the auth configuration:
100100

101101
```bash
102-
php artisan vendor:publish
102+
php artisan vendor:publish --tag="adldap"
103103
```
104104

105105
Change the auth driver in `config/auth.php` to `adldap`:

0 commit comments

Comments
 (0)