How get files and folder inside a folder or directory in laravel

前端 未结 0 1130
温柔的废话
温柔的废话 2021-01-30 16:50
  public function getFiles($path = null)
  {
    $path = public_path($path);
    $files = File::allfilse($path);
    // dd($files);
    // dd($path);
    return view(\'f         


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