Skip to content

Commit

Permalink
Publish views
Browse files Browse the repository at this point in the history
  • Loading branch information
oschettler committed Jun 26, 2017
1 parent 7be5f47 commit bab006c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ public function boot()
$this->loadMigrationsFrom(__DIR__ . '/../migrations');
$this->loadViewsFrom(__DIR__ . '/../views', 'passwordless');
$this->loadRoutesFrom(__DIR__ . '/routes.php');

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

}

public function register()
Expand Down

0 comments on commit bab006c

Please sign in to comment.