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 6583d78 + 186502c commit 402a40dCopy full SHA for 402a40d
src/Theme.php
@@ -370,6 +370,8 @@ protected function registerViews()
370
$assetsPath = $this->getPath('public');
371
$publicAssetsPath = public_path($this->getAssetsPath());
372
373
+ $this->createPublicAssetsStructure();
374
+
375
if (!File::exists($publicAssetsPath) && File::exists($assetsPath)) {
376
if (Config::get('themes-manager.symlink_relative', false)) {
377
app(Filesystem::class)->relativeLink($assetsPath, rtrim($publicAssetsPath, DIRECTORY_SEPARATOR));
0 commit comments