Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
publishes lang
Browse files Browse the repository at this point in the history
  • Loading branch information
Blazik committed Oct 24, 2023
1 parent e94ab06 commit 01a288c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/LaraFormProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ public function boot()
{
$this->loadViewsFrom(__DIR__ . '/../resources/views', 'laraform');
$this->loadTranslationsFrom(__DIR__ . '/../resources/lang', 'laraform');

$this->publishes([
__DIR__ . '/../resources/lang' => lang_path('vendor/laraform')
], 'laraform-lang');
}

}

0 comments on commit 01a288c

Please sign in to comment.