Skip to content

Commit

Permalink
Publish views
Browse files Browse the repository at this point in the history
  • Loading branch information
ksassnowski committed Sep 16, 2019
1 parent a1b98d1 commit e3f0916
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/BeanstalkdUIServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ private function publishAssets()
$this->publishes([
__DIR__.'/Resources/config/beanstalkdui.php' => config_path('beanstalkdui.php'),
], 'config');

$this->publishes([
__DIR__.'/Resources/views' => resource_path('views/vendor/beanstalkdui'),
]);
}

private function registerViewComposer()
Expand Down

0 comments on commit e3f0916

Please sign in to comment.