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 3b7a628 commit d4d413aCopy full SHA for d4d413a
src/ServiceProvider.php
@@ -27,16 +27,9 @@ class ServiceProvider extends AddonServiceProvider
27
Fieldtypes\Captcha::class,
28
];
29
30
- protected $scripts = [
31
- __DIR__.'/../resources/dist/js/livewire-forms.js',
32
- __DIR__.'/../resources/dist/js/form.js',
33
- __DIR__.'/../resources/dist/js/filepond.js',
34
- __DIR__.'/../resources/dist/js/grecaptcha.js',
35
- ];
36
-
37
- protected $stylesheets = [
38
- __DIR__.'/../resources/dist/css/livewire-forms.css',
39
- __DIR__.'/../resources/dist/css/filepond.css',
+ protected $publishables = [
+ __DIR__.'/../resources/dist/js' => 'js',
+ __DIR__.'/../resources/dist/css' => 'css',
40
41
42
public function bootAddon()
0 commit comments