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 a2dd56a + 8e11c9a commit ea51e2dCopy full SHA for ea51e2d
src/Theme.php
@@ -389,7 +389,7 @@ protected function assertPublicAssetsPath()
389
390
// Create target public theme vendor directory if required
391
if (!file_exists($publicThemeVendorPath)) {
392
- app(Filesystem::class)->makeDirectory($publicThemeVendorPath, 0755);
+ app(Filesystem::class)->makeDirectory($publicThemeVendorPath, 0755, true);
393
}
394
395
// Create target symlink public theme assets directory if required
0 commit comments