Skip to content
This repository was archived by the owner on May 26, 2021. It is now read-only.

Commit dbc4901

Browse files
committed
- using --force flag in install command to replace existing assets (fixes #9)
1 parent 8f7aefd commit dbc4901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Commands/InstallCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function __construct(ConfigurationService $configurationService)
4545
public function handle()
4646
{
4747
$this->comment('Publishing Workshop Assets...');
48-
$this->callSilent('vendor:publish', ['--tag' => 'workshop-assets']);
48+
$this->callSilent('vendor:publish', ['--tag' => 'workshop-assets', '--force']);
4949

5050
if ($this->configurationService->registerViewResources(config_path('view.php'))) {
5151
$this->comment('Extra view resources configuration have been added in the project\'s view.php');

0 commit comments

Comments
 (0)