Skip to content

Commit

Permalink
Added 'laravel-assets' tag to Public publishable.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjawad096 committed Jun 2, 2022
1 parent 4db804e commit 089256a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GrapesjsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ protected function publishFiles()

$this->publishes([
__DIR__.'/../dist' => public_path($this->publicDirPath),
], [$this->namespace, 'public']);
], [$this->namespace, 'public', 'laravel-assets']);

$this->publishes([
__DIR__.'/resources/views' => resource_path($this->viewDirPath),
Expand Down

0 comments on commit 089256a

Please sign in to comment.