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.
1 parent bebe5b4 commit b4fb6aaCopy full SHA for b4fb6aa
src/Commands/stubs/scaffold/provider.stub
@@ -90,7 +90,7 @@ class $CLASS$ extends ServiceProvider
90
$configKey = $this->nameLower . '.' . str_replace([DIRECTORY_SEPARATOR, '.php'], ['.', ''], $relativePath);
91
$key = ($relativePath === 'config.php') ? $this->nameLower : $configKey;
92
93
- $this->publishes([$file->getPathname() => config_path($relativePath)], $configPath);
+ $this->publishes([$file->getPathname() => config_path($relativePath)], 'config');
94
$this->mergeConfigFrom($file->getPathname(), $key);
95
}
96
0 commit comments