diff --git a/src/GrapesjsServiceProvider.php b/src/GrapesjsServiceProvider.php index d50d4a3..e3ae925 100644 --- a/src/GrapesjsServiceProvider.php +++ b/src/GrapesjsServiceProvider.php @@ -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),