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 fd6109d commit 9560d45
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 @@ -49,8 +49,11 @@ protected function registerResources()
*/
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 9560d45

Please sign in to comment.