Browse Source

Put URL config option on the disk to make it obvious how to customize.

Taylor Otwell 7 years ago
parent
commit
da62be60e8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      config/filesystems.php

+ 1 - 0
config/filesystems.php

@@ -51,6 +51,7 @@ return [
         'public' => [
             'driver' => 'local',
             'root' => storage_path('app/public'),
+            'url' => url('storage'),
             'visibility' => 'public',
         ],