Skip to content

Commit bb728a6

Browse files
Merge pull request #1261 from suraj-webkul/add-publish-command-into-installer
Add publish command into installer.
2 parents 15e395c + c77838d commit bb728a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/Webkul/Installer/src/Console/Commands/Installer.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,10 @@ public function handle()
137137
'currency' => $applicationDetails['currency'] ?? 'USD',
138138
]));
139139

140+
$this->warn('Step: Publishing assets and configurations...');
141+
$result = $this->call('vendor:publish', ['--all' => true, '--force' => true]);
142+
$this->info($result);
143+
140144
$this->warn('Step: Linking storage directory...');
141145
$this->call('storage:link');
142146

0 commit comments

Comments
 (0)