From bfd67a573c5a311f385a43fae68ed2211e69653c Mon Sep 17 00:00:00 2001 From: Glenn Hermans Date: Thu, 17 Jun 2021 20:50:24 +0200 Subject: [PATCH] Auto publish assets --- packages/Webkul/Core/src/Console/Commands/Install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/Webkul/Core/src/Console/Commands/Install.php b/packages/Webkul/Core/src/Console/Commands/Install.php index ba6bd9ac9..fb6f86bc0 100644 --- a/packages/Webkul/Core/src/Console/Commands/Install.php +++ b/packages/Webkul/Core/src/Console/Commands/Install.php @@ -55,7 +55,7 @@ class Install extends Command // running `php artisan vendor:publish --all` $this->warn('Step: Publishing assets and configurations...'); - $result = $this->call('vendor:publish', ['--all']); + $result = $this->call('vendor:publish', ['--all' => true, '--force' => true]); $this->info($result); // running `php artisan storage:link`