bool move(string $path, string $target) Move a file to a new location.
mixed __call(string $method, array $parameters) Dynamically handle calls
bool isFile(string $file) Determine if the given path is a file.
array glob(string $pattern, int $flags) Find path names matching a given
array allFiles(string|null $directory = null) Get all of the files from
bool copy(string $path, string $target) Copy a file to a new location.
bool move(string $from, string $to) Move a file to a new location.
Filesystem disk(string $name = null)
string getDefaultCloudDriver() Get the default cloud driver name.
bool copy(string $from, string $to) Copy a file to a new location.
Page 1 of 10