Filesystem
class Filesystem extends Filesystem
Class Filesystem inherits from Illuminate\Filesystem\Filesystem but adds some additional functionality such as file searching.
Methods
File[]
search(string $directory, string $pattern)
Search this directory for this pattern
rename(string $path, string $target)
Relocates a path from a location to a new location
Details
at line 20
File[]
search(string $directory, string $pattern)
Search this directory for this pattern
at line 35
rename(string $path, string $target)
Relocates a path from a location to a new location