Skip to content

Commit 13428e1

Browse files
Added: config vendor publish
1 parent 30cd125 commit 13428e1

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)