Skip to content

Commit 4b30b5b

Browse files
committed
Updated Service Provider for publishing assets.
1 parent 13e440f commit 4b30b5b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/TwoFactorAuthenticationServiceProvider.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ public function boot()
3333
$this->publishes([
3434
__DIR__ . '/../resources/views/' => resource_path('views/vendor/2fa'),
3535
], 'views');
36+
37+
// Publishing assets
38+
$this->publishes([
39+
__DIR__ . '/../public/js/' => public_path('js'),
40+
]);
3641
}
3742

3843
/**

0 commit comments

Comments
 (0)