想问一下
我在 laravel 查到这里就查不下去了,我想知道这个 download 函数的源码,需要怎么做?我是 phpstorm,comm+B 提示没有使用这个方法
/**
* Create a new file download response.
*
* @param \SplFileInfo|string $file
* @param string $name
* @param array $headers
* @param string|null $disposition
* @return \Symfony\Component\HttpFoundation\BinaryFileResponse
*/
public function download($file, $name = null, array $headers = [], $disposition = 'attachment');