Skip to content

Commit

Permalink
Publish view
Browse files Browse the repository at this point in the history
  • Loading branch information
hsyir committed Nov 23, 2019
1 parent 7803ff7 commit eafbe1a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/HsyHtmlServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,11 @@ public function boot()
__DIR__ . '/../resources/config/html.php' => config_path('html.php'),
], 'config');


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


}
}

0 comments on commit eafbe1a

Please sign in to comment.