We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34fbb54 + 90e790b commit e442cc6Copy full SHA for e442cc6
src/LaravelAwsSecretsManagerServiceProvider.php
@@ -13,7 +13,7 @@ public function boot()
13
{
14
if ($this->app->runningInConsole()) {
15
$this->publishes([
16
- __DIR__.'/../config/config.php' => config_path('aws-secrets-manager.php'),
+ __DIR__.'/../config/config.php' => base_path('config/aws-secrets-manager.php'),
17
], 'config');
18
}
19
0 commit comments