Skip to content

Commit e3f0916

Browse files
committed
Publish views
1 parent a1b98d1 commit e3f0916

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/BeanstalkdUIServiceProvider.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ private function publishAssets()
6464
$this->publishes([
6565
__DIR__.'/Resources/config/beanstalkdui.php' => config_path('beanstalkdui.php'),
6666
], 'config');
67+
68+
$this->publishes([
69+
__DIR__.'/Resources/views' => resource_path('views/vendor/beanstalkdui'),
70+
]);
6771
}
6872

6973
private function registerViewComposer()

0 commit comments

Comments
 (0)