Skip to content

Commit

Permalink
Added config groups
Browse files Browse the repository at this point in the history
  • Loading branch information
balajidharma committed Jul 28, 2024
1 parent 56ac0c8 commit 088c84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FormBuilderServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public function boot()
if (app()->runningInConsole()) {
$this->publishes([
__DIR__.'/../config/form-builder.php' => config_path('form-builder.php'),
], ['config']);
], ['config', 'laravel-form-builder', 'admin-core', 'admin-core-config']);

$this->publishes([
__DIR__.'/../resources/views' => resource_path('views/vendor/laravel-form-builder'),
Expand Down

0 comments on commit 088c84f

Please sign in to comment.