From 08acacc381aa19067cd91dd2575ca0ad57695fa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Coinon?= Date: Sat, 7 Apr 2018 21:42:03 +0100 Subject: [PATCH] Specify provider name when publishing the config Specifying the provider name for artisan vendor:publish skips the interactive question of which provider to copy the assets for --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f91eec..ef59c40 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Webklex\IMAP\Providers\LaravelServiceProvider::class, 5) Run the command below to publish the package config file [config/imap.php](src/config/imap.php): ``` shell -php artisan vendor:publish +php artisan vendor:publish --provider="Webklex\IMAP\Providers\LaravelServiceProvider" ``` ## Configuration