Skip to content

Commit 34ef941

Browse files
author
Timon de Groot
committed
shopware6: Set public folder to 'public'
The default is 'pub', it has to be 'public' for Shopware 6.
1 parent e4cfd1a commit 34ef941

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ApplicationTemplate/Shopware6.php

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public function __construct()
2020
private function initializeDefaultConfiguration(): void
2121
{
2222
$this->setRecipe('shopware6');
23+
$this->setPublicFolder('public');
2324

2425
$this->setComposerOptions([
2526
'--verbose',

0 commit comments

Comments
 (0)