We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7ebc5b commit 52ecbc3Copy full SHA for 52ecbc3
src/LocalizerServiceProvider.php
@@ -45,13 +45,6 @@ public function packageBooted(): void
45
$this->publishes([
46
__DIR__.'/../stubs/LocalizerMiddleware.php.stub' => app_path('Http/Middleware/LocalizerMiddleware.php'),
47
], 'laravel-localizer-middleware');
48
-
49
- // Publish TypeScript helper stubs
50
- $this->publishes([
51
- __DIR__.'/../stubs/useTranslation.ts.stub' => base_path('resources/js/hooks/useTranslation.ts'),
52
- __DIR__.'/../stubs/useTranslation.vue.ts.stub' => base_path('resources/js/composables/useTranslation.ts'),
53
- __DIR__.'/../stubs/translator.ts.stub' => base_path('resources/js/utils/translator.ts'),
54
- ], 'laravel-localizer-stubs');
55
}
56
57
0 commit comments