diff --git a/src/SpanishServiceProvider.php b/src/SpanishServiceProvider.php index 91c3775..b4e7560 100644 --- a/src/SpanishServiceProvider.php +++ b/src/SpanishServiceProvider.php @@ -10,7 +10,7 @@ public function boot() { $this->loadJsonTranslationsFrom(__DIR__.'/../resources/lang'); $this->publishes([ - __DIR__.'/../resources/lang' => resource_path('lang'), + __DIR__.'/../resources/lang' => app()->basePath('lang'), ], 'spanish'); }