We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f1f715 + 34ef941 commit 3628d27Copy full SHA for 3628d27
src/ApplicationTemplate/Shopware6.php
@@ -20,6 +20,7 @@ public function __construct()
20
private function initializeDefaultConfiguration(): void
21
{
22
$this->setRecipe('shopware6');
23
+ $this->setPublicFolder('public');
24
25
$this->setComposerOptions([
26
'--verbose',
0 commit comments