Laravel 8 upload file from disk to SFTP does not work

前端 未结 0 1990
走了就别回头了
走了就别回头了 2021-01-22 11:24

Could someone explain to me why this works:

$file = $request->file(\'avatar\');
Storage::disk(\'sftp\')->put(\'2020/10/\', $file);

And that

相关标签:
回答
  • 消灭零回复
提交回复
热议问题