Skip to content

Commit 8d112c7

Browse files
Stéphane CoinonWebklex
authored andcommitted
Specify provider name when publishing the config (#80)
Specifying the provider name for artisan vendor:publish skips the interactive question of which provider to copy the assets for
1 parent 91f56fc commit 8d112c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Webklex\IMAP\Providers\LaravelServiceProvider::class,
6060
5) Run the command below to publish the package config file [config/imap.php](src/config/imap.php):
6161

6262
``` shell
63-
php artisan vendor:publish
63+
php artisan vendor:publish --provider="Webklex\IMAP\Providers\LaravelServiceProvider"
6464
```
6565

6666
## Configuration

0 commit comments

Comments
 (0)