Skip to content

Commit 152368a

Browse files
author
takielias
committed
Added Config publish functionality.
1 parent da912d9 commit 152368a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/AdminServiceProvider.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,10 @@ private function publishMigrations(): void
171171
private function loadConfig(): void
172172
{
173173
$this->mergeConfigFrom($this->configPath, $this->packagePrefix);
174+
175+
$this->publishes([
176+
__DIR__ . '/../config/aim-admin.php' => config_path('aim-admin.php'),
177+
], 'aim-admin-config');
174178
}
175179

176180
/**

0 commit comments

Comments
 (0)