Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Commit

Permalink
Added views for publishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkGhostHunter committed Jul 10, 2020
1 parent 7262d06 commit d1f49ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/LarapassServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,10 @@ protected function publishFiles()
__DIR__ . '/../resources/js' => public_path('vendor/larapass/js'),
], 'public');

$this->publishes([
__DIR__ . '/../resources/views' => resource_path('views/vendor/larapass'),
], 'views');

$this->publishes([
__DIR__ .
'/../database/migrations/2020_04_02_000000_create_web_authn_tables.php' => database_path('migrations/' .
Expand Down

0 comments on commit d1f49ac

Please sign in to comment.