Skip to content

Commit

Permalink
updated publish file path
Browse files Browse the repository at this point in the history
  • Loading branch information
indpurvesh committed Apr 27, 2018
1 parent b62cf29 commit 03d54b1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,11 @@ public function registerPermission() {
public function publishFiles() {

$this->publishes([
__DIR__ . '/../resources/views' => base_path('themes/avored/default/vendor')
__DIR__ . '/../resources/views' => base_path('themes/avored/default/views/vendor')
],'avored-module-views');

$this->publishes([
__DIR__ . '/../database/migrations' => database_path('avored-migrations'),
]);
}
}

0 comments on commit 03d54b1

Please sign in to comment.