query('disk')); $path = (string) $request->query('path'); abort_unless($disk->exists($path), 404); return $disk->response($path, null, ['Cache-Control' => 'private, max-age=3600']); } }