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`