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 c83a62a commit 8e11c9aCopy full SHA for 8e11c9a
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