Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
Add laravel-assets for publishing (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored Jan 20, 2023
1 parent d20ed31 commit 93b5e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VaporUiServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function boot()

$this->publishes([
__DIR__.'/../public' => public_path('vendor/vapor-ui'),
], 'vapor-ui-assets');
], ['vapor-ui-assets', 'laravel-assets']);

$this->publishes([
__DIR__.'/../stubs/VaporUiServiceProvider.stub' => app_path('Providers/VaporUiServiceProvider.php'),
Expand Down

0 comments on commit 93b5e4e

Please sign in to comment.