diff --git a/config/filesystems.php b/config/filesystems.php index 55d8df73..2a30fece 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -39,6 +39,7 @@ return [ 'local' => [ 'driver' => 'local', 'root' => storage_path('app'), + 'serve' => true, 'throw' => true, ],