Skip to content

Commit c873bd1

Browse files
authored
Merge pull request #79 from webreinvent/hotfix/vaahStore-setup
hotfix -> master | Added: config vendor publish
2 parents 30cd125 + 13428e1 commit c873bd1

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

  • skeletons/vaahstore/install/app/Console/Commands

skeletons/vaahstore/install/app/Console/Commands/Setup.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@ public function handle()
4949
'--force' => true
5050
]);
5151

52+
$this->info('Publishing vendor config...');
53+
$this->call('vendor:publish', [
54+
'--provider' => 'WebReinvent\VaahCms\VaahCmsServiceProvider',
55+
'--tag' => 'config',
56+
'--force' => true
57+
]);
58+
5259
$this->info('Running migrations...');
5360
$this->call('migrate');
5461

0 commit comments

Comments
 (0)