string getDefaultCloudDriver() Get the default cloud driver name.
bool delete(string|array $paths) Delete the file at a given path.
bool isFile(string $file) Determine if the given path is a file.
int size(string $path) Get the file size of a given file.
string name(string $path) Extract the file name from a file path.
string sharedGet(string $path) Get contents of a file with shared access
void register() Register the service provider.
Filesystem drive(string $name = null)
string get(string $path, bool $lock = false) Get the contents of a file
Filesystem cloud()
Page 3 of 10