FilesystemAdapter
class FilesystemAdapter implements Filesystem, Cloud (View source)
Methods
void __construct(FilesystemInterface $driver) Create a new filesystem adapter instance. bool exists(string $path) Determine if a file exists. string get(string $path) Get the contents of a file. bool put(string $path, string|resource $contents, string $visibility = null) Write the contents of a file. string|false putFile(string $path, UploadedFile $file, string $visibility = nu