From da62be60e8b15b087f48a057f2460409d55f3b1b Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 4 Jan 2017 08:51:47 -0600 Subject: [PATCH] Put URL config option on the disk to make it obvious how to customize. --- config/filesystems.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/filesystems.php b/config/filesystems.php index e1c4c953..f7eb7f67 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -51,6 +51,7 @@ return [ 'public' => [ 'driver' => 'local', 'root' => storage_path('app/public'), + 'url' => url('storage'), 'visibility' => 'public', ],