App\Services\Filesystem\FilesystemInterface::put PHP Method

put() public method

Write a file.
public put ( string $path, string $contents ) : mixed
$path string File path
$contents string Contents to write a file
return mixed
    public function put($path, $contents);
FilesystemInterface