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

Commit 60d05c0

Browse files
committed
Add a tag name to the vendor:publish Artisan commands in README.md
To only publish 'adldap2-laravel' package's configuration files. [ci skip]
1 parent e99cf1e commit 60d05c0

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)