Skip to content

Commit

Permalink
Merge pull request #51 from farayaz/50-publish-vendor-views
Browse files Browse the repository at this point in the history
allow publish views
  • Loading branch information
mehrdadx10 authored Jun 14, 2024
2 parents 36becd9 + a1631a5 commit 62cb689
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/LarapayServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ public function register()
public function boot(): void
{
$this->loadViewsFrom(__DIR__ . '/../resources/views', 'larapay');
// $this->publishes([
// __DIR__ . '/../resources/views' => resource_path('views/vendor/larapay'),
// ]);
$this->publishes([
__DIR__ . '/../resources/views' => resource_path('views/vendor/larapay'),
], 'larapay');
}
}

0 comments on commit 62cb689

Please sign in to comment.