We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e395c commit c77838dCopy full SHA for c77838d
packages/Webkul/Installer/src/Console/Commands/Installer.php
@@ -137,6 +137,10 @@ public function handle()
137
'currency' => $applicationDetails['currency'] ?? 'USD',
138
]));
139
140
+ $this->warn('Step: Publishing assets and configurations...');
141
+ $result = $this->call('vendor:publish', ['--all' => true, '--force' => true]);
142
+ $this->info($result);
143
+
144
$this->warn('Step: Linking storage directory...');
145
$this->call('storage:link');
146
0 commit comments