Exemplo n.º 1
0
 /**
  * Get all of the files from the given directory (recursive).
  *
  * @param string|null $directory
  * @return array 
  * @static 
  */
 public static function allFiles($directory = null)
 {
     return \Illuminate\Filesystem\FilesystemAdapter::allFiles($directory);
 }