We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6c5dc3 commit 8f10a0aCopy full SHA for 8f10a0a
src/Commands/PublishCommand.php
@@ -42,6 +42,7 @@ public function handle(Filesystem $filesystem): int
42
// 'commons'
43
__DIR__.'/../Commands/stubs/.editorconfig.stub' => base_path('.editorconfig'),
44
__DIR__.'/../Commands/stubs/.gitignore.stub' => base_path('.gitignore'),
45
+ __DIR__.'/../Commands/stubs/.env.dusk' => base_path('.env.dusk'),
46
47
]);
48
0 commit comments