Skip to content

Commit

Permalink
Create publishing group for the support configs
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Feb 12, 2023
1 parent c734c62 commit 00a6fd0
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,12 @@ public function boot(): void
__DIR__.'/../../../config/docs.php' => config_path('docs.php'),
__DIR__.'/../../../config/markdown.php' => config_path('markdown.php'),
], 'hyde-configs');

$this->publishes([
__DIR__.'/../../../config/view.php' => config_path('view.php'),
__DIR__.'/../../../config/cache.php' => config_path('cache.php'),
__DIR__.'/../../../config/commands.php' => config_path('commands.php'),
__DIR__.'/../../../config/torchlight.php' => config_path('torchlight.php'),
], 'support-configs');
}
}

0 comments on commit 00a6fd0

Please sign in to comment.