欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

得到 根目录下面的 images 路径

shiping1 的头像
$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


普通分类: