$destPath = realpath(public_path('images'));
此时的 $destPath 为 D:\xampputf8\htdocs\laravelgn.4006363560.com\public\images$folderName = 'uploads/images/' . date("Ym", time()) .'/'.date("d", time()) .'/'. Auth::user()->id;
$destinationPath = public_path() . '/' . $folderName; //看来 public_path() 路径就是 D:\xampputf8\htdocs\laravelgn.4006363560.com\public